#c0004b color space conversions
Hex:
        #c0004b
        RGB:
        192, 0, 75
        CMY:
        25, 100, 71
        CMYK:
        0, 100, 61, 25
      HSL:
        337°, 100.0000%, 37.6471%
        HSV (HSB):
        337°, 100.0000%, 75.2941%
        XYZ:
        23.0082, 11.7145, 7.7051
        xyY:
        0.5423, 0.2761, 11.7145
      CIE-Lab:
        40.7587, 66.9655, 15.1350
        CIE-LCH:
        40.7587, 68.6546, 12.7356
        CIE-Luv:
        40.7587, 114.9914, 3.6646
        Hunter-Lab:
        34.2264, 60.0980, 10.6111
      #c0004b color charts
#c0004b RGB chart
      #c0004b CMYK chart
      #c0004b RGB pie chart
      #c0004b color shades, tints & tones
#c0004b color schemes
#c0004b color preview, HTML & CSS examples
           This text has a color of #c0004b        
        
          <p style="color:#c0004b;">Text here</p>
        
        
          .mytext {color:#c0004b;}
        
        Text color #c0004b
      
           This box has a color of #c0004b        
        
          <div style="background-color:#c0004b;">Content here</div>
        
        
          .mybackground {background-color:#c0004b;}
        
        Background color #c0004b
      
           Border around this has a color of #c0004b        
        
          <div style="border:2px solid #c0004b;">Content here</div>
        
        
          .myborder {border:2px solid #c0004b;}
        
        Border color #c0004b