#cf64ae color space conversions
Hex:
        #cf64ae
        RGB:
        207, 100, 174
        CMY:
        19, 61, 32
        CMYK:
        0, 52, 16, 19
      HSL:
        319°, 52.7094%, 60.1961%
        HSV (HSB):
        319°, 51.6908%, 81.1765%
        XYZ:
        37.9293, 25.4357, 42.9549
        xyY:
        0.3567, 0.2392, 25.4357
      CIE-Lab:
        57.4975, 51.3141, -19.9635
        CIE-LCH:
        57.4975, 55.0606, 338.7417
        CIE-Luv:
        57.4975, 58.9376, -38.0069
        Hunter-Lab:
        50.4339, 45.9835, -15.1940
      #cf64ae color charts
#cf64ae RGB chart
      #cf64ae CMYK chart
      #cf64ae RGB pie chart
      #cf64ae color shades, tints & tones
#cf64ae color schemes
#cf64ae color preview, HTML & CSS examples
           This text has a color of #cf64ae        
        
          <p style="color:#cf64ae;">Text here</p>
        
        
          .mytext {color:#cf64ae;}
        
        Text color #cf64ae
      
           This box has a color of #cf64ae        
        
          <div style="background-color:#cf64ae;">Content here</div>
        
        
          .mybackground {background-color:#cf64ae;}
        
        Background color #cf64ae
      
           Border around this has a color of #cf64ae        
        
          <div style="border:2px solid #cf64ae;">Content here</div>
        
        
          .myborder {border:2px solid #cf64ae;}
        
        Border color #cf64ae