#ff45ca color space conversions
Hex:
        #ff45ca
        RGB:
        255, 69, 202
        CMY:
        0, 73, 21
        CMYK:
        0, 73, 21, 0
      HSL:
        317°, 100.0000%, 63.5294%
        HSV (HSB):
        317°, 72.9412%, 100.0000%
        XYZ:
        54.0288, 29.7805, 58.7777
        xyY:
        0.3789, 0.2089, 29.7805
      CIE-Lab:
        61.4644, 80.2912, -29.2881
        CIE-LCH:
        61.4644, 85.4662, 339.9594
        CIE-Luv:
        61.4644, 96.9649, -57.9114
        Hunter-Lab:
        54.5715, 81.2246, -25.6598
      #ff45ca color charts
#ff45ca RGB chart
      #ff45ca CMYK chart
      #ff45ca RGB pie chart
      #ff45ca color shades, tints & tones
#ff45ca color schemes
#ff45ca color preview, HTML & CSS examples
           This text has a color of #ff45ca        
        
          <p style="color:#ff45ca;">Text here</p>
        
        
          .mytext {color:#ff45ca;}
        
        Text color #ff45ca
      
           This box has a color of #ff45ca        
        
          <div style="background-color:#ff45ca;">Content here</div>
        
        
          .mybackground {background-color:#ff45ca;}
        
        Background color #ff45ca
      
           Border around this has a color of #ff45ca        
        
          <div style="border:2px solid #ff45ca;">Content here</div>
        
        
          .myborder {border:2px solid #ff45ca;}
        
        Border color #ff45ca