#cc143b color space conversions
Hex:
        #cc143b
        RGB:
        204, 20, 59
        CMY:
        20, 92, 77
        CMYK:
        0, 90, 71, 20
      HSL:
        347°, 82.1429%, 43.9216%
        HSV (HSB):
        347°, 90.1961%, 80.0000%
        XYZ:
        25.9414, 13.6534, 5.4058
        xyY:
        0.5765, 0.3034, 13.6534
      CIE-Lab:
        43.7318, 66.8664, 29.4787
        CIE-LCH:
        43.7318, 73.0760, 23.7907
        CIE-Luv:
        43.7318, 126.3982, 16.6218
        Hunter-Lab:
        36.9506, 60.6537, 17.1914
      #cc143b color charts
#cc143b RGB chart
      #cc143b CMYK chart
      #cc143b RGB pie chart
      #cc143b color shades, tints & tones
#cc143b color schemes
#cc143b color preview, HTML & CSS examples
           This text has a color of #cc143b        
        
          <p style="color:#cc143b;">Text here</p>
        
        
          .mytext {color:#cc143b;}
        
        Text color #cc143b
      
           This box has a color of #cc143b        
        
          <div style="background-color:#cc143b;">Content here</div>
        
        
          .mybackground {background-color:#cc143b;}
        
        Background color #cc143b
      
           Border around this has a color of #cc143b        
        
          <div style="border:2px solid #cc143b;">Content here</div>
        
        
          .myborder {border:2px solid #cc143b;}
        
        Border color #cc143b