#c02aae color space conversions
Hex:
        #c02aae
        RGB:
        192, 42, 174
        CMY:
        25, 84, 32
        CMYK:
        0, 78, 9, 25
      HSL:
        307°, 64.1026%, 45.8824%
        HSV (HSB):
        307°, 78.1250%, 75.2941%
        XYZ:
        30.2062, 15.9184, 41.5249
        xyY:
        0.3446, 0.1816, 15.9184
      CIE-Lab:
        46.8672, 70.2311, -36.6455
        CIE-LCH:
        46.8672, 79.2168, 332.4452
        CIE-Luv:
        46.8672, 66.5128, -63.5526
        Hunter-Lab:
        39.8979, 65.3189, -33.7794
      #c02aae color charts
#c02aae RGB chart
      #c02aae CMYK chart
      #c02aae RGB pie chart
      #c02aae color shades, tints & tones
#c02aae color schemes
#c02aae color preview, HTML & CSS examples
           This text has a color of #c02aae        
        
          <p style="color:#c02aae;">Text here</p>
        
        
          .mytext {color:#c02aae;}
        
        Text color #c02aae
      
           This box has a color of #c02aae        
        
          <div style="background-color:#c02aae;">Content here</div>
        
        
          .mybackground {background-color:#c02aae;}
        
        Background color #c02aae
      
           Border around this has a color of #c02aae        
        
          <div style="border:2px solid #c02aae;">Content here</div>
        
        
          .myborder {border:2px solid #c02aae;}
        
        Border color #c02aae