#cc013a color space conversions
Hex:
        #cc013a
        RGB:
        204, 1, 58
        CMY:
        20, 100, 77
        CMYK:
        0, 100, 72, 20
      HSL:
        343°, 99.0244%, 40.1961%
        HSV (HSB):
        343°, 99.5098%, 80.0000%
        XYZ:
        25.6764, 13.1646, 5.1907
        xyY:
        0.5831, 0.2990, 13.1646
      CIE-Lab:
        43.0102, 68.8686, 29.2226
        CIE-LCH:
        43.0102, 74.8121, 22.9927
        CIE-Luv:
        43.0102, 129.9425, 15.6491
        Hunter-Lab:
        36.2830, 62.8239, 16.9160
      #cc013a color charts
#cc013a RGB chart
      #cc013a CMYK chart
      #cc013a RGB pie chart
      #cc013a color shades, tints & tones
#cc013a color schemes
#cc013a color preview, HTML & CSS examples
           This text has a color of #cc013a        
        
          <p style="color:#cc013a;">Text here</p>
        
        
          .mytext {color:#cc013a;}
        
        Text color #cc013a
      
           This box has a color of #cc013a        
        
          <div style="background-color:#cc013a;">Content here</div>
        
        
          .mybackground {background-color:#cc013a;}
        
        Background color #cc013a
      
           Border around this has a color of #cc013a        
        
          <div style="border:2px solid #cc013a;">Content here</div>
        
        
          .myborder {border:2px solid #cc013a;}
        
        Border color #cc013a