#cf114e color space conversions
Hex:
        #cf114e
        RGB:
        207, 17, 78
        CMY:
        19, 93, 69
        CMYK:
        0, 92, 62, 19
      HSL:
        341°, 84.8214%, 43.9216%
        HSV (HSB):
        341°, 91.7874%, 81.1765%
        XYZ:
        27.3077, 14.2164, 8.5125
        xyY:
        0.5458, 0.2841, 14.2164
      CIE-Lab:
        44.5416, 68.9726, 18.8632
        CIE-LCH:
        44.5416, 71.5055, 15.2957
        CIE-Luv:
        44.5416, 123.1406, 7.2407
        Hunter-Lab:
        37.7046, 63.2965, 13.0074
      #cf114e color charts
#cf114e RGB chart
      #cf114e CMYK chart
      #cf114e RGB pie chart
      #cf114e color shades, tints & tones
#cf114e color schemes
#cf114e color preview, HTML & CSS examples
           This text has a color of #cf114e        
        
          <p style="color:#cf114e;">Text here</p>
        
        
          .mytext {color:#cf114e;}
        
        Text color #cf114e
      
           This box has a color of #cf114e        
        
          <div style="background-color:#cf114e;">Content here</div>
        
        
          .mybackground {background-color:#cf114e;}
        
        Background color #cf114e
      
           Border around this has a color of #cf114e        
        
          <div style="border:2px solid #cf114e;">Content here</div>
        
        
          .myborder {border:2px solid #cf114e;}
        
        Border color #cf114e