#c0005f color space conversions
Hex:
        #c0005f
        RGB:
        192, 0, 95
        CMY:
        25, 100, 63
        CMYK:
        0, 100, 51, 25
      HSL:
        330°, 100.0000%, 37.6471%
        HSV (HSB):
        330°, 100.0000%, 75.2941%
        XYZ:
        23.8038, 12.0327, 11.8944
        xyY:
        0.4987, 0.2521, 12.0327
      CIE-Lab:
        41.2680, 68.3209, 3.1307
        CIE-LCH:
        41.2680, 68.3926, 2.6237
        CIE-Luv:
        41.2680, 106.7214, -9.1567
        Hunter-Lab:
        34.6882, 61.7863, 3.9514
      #c0005f color charts
#c0005f RGB chart
      #c0005f CMYK chart
      #c0005f RGB pie chart
      #c0005f color shades, tints & tones
#c0005f color schemes
#c0005f color preview, HTML & CSS examples
           This text has a color of #c0005f        
        
          <p style="color:#c0005f;">Text here</p>
        
        
          .mytext {color:#c0005f;}
        
        Text color #c0005f
      
           This box has a color of #c0005f        
        
          <div style="background-color:#c0005f;">Content here</div>
        
        
          .mybackground {background-color:#c0005f;}
        
        Background color #c0005f
      
           Border around this has a color of #c0005f        
        
          <div style="border:2px solid #c0005f;">Content here</div>
        
        
          .myborder {border:2px solid #c0005f;}
        
        Border color #c0005f