#c12aae color space conversions
Hex:
        #c12aae
        RGB:
        193, 42, 174
        CMY:
        24, 84, 32
        CMYK:
        0, 78, 10, 24
      HSL:
        308°, 64.2553%, 46.0784%
        HSV (HSB):
        308°, 78.2383%, 75.6863%
        XYZ:
        30.4603, 16.0494, 41.5368
        xyY:
        0.3460, 0.1823, 16.0494
      CIE-Lab:
        47.0392, 70.4439, -36.3628
        CIE-LCH:
        47.0392, 79.2755, 332.6974
        CIE-Luv:
        47.0392, 67.2577, -63.2325
        Hunter-Lab:
        40.0617, 65.6117, -33.4300
      #c12aae color charts
#c12aae RGB chart
      #c12aae CMYK chart
      #c12aae RGB pie chart
      #c12aae color shades, tints & tones
#c12aae color schemes
#c12aae color preview, HTML & CSS examples
           This text has a color of #c12aae        
        
          <p style="color:#c12aae;">Text here</p>
        
        
          .mytext {color:#c12aae;}
        
        Text color #c12aae
      
           This box has a color of #c12aae        
        
          <div style="background-color:#c12aae;">Content here</div>
        
        
          .mybackground {background-color:#c12aae;}
        
        Background color #c12aae
      
           Border around this has a color of #c12aae        
        
          <div style="border:2px solid #c12aae;">Content here</div>
        
        
          .myborder {border:2px solid #c12aae;}
        
        Border color #c12aae