#c225ae color space conversions
Hex:
        #c225ae
        RGB:
        194, 37, 174
        CMY:
        24, 85, 32
        CMYK:
        0, 81, 10, 24
      HSL:
        308°, 67.9654%, 45.2941%
        HSV (HSB):
        308°, 80.9278%, 76.0784%
        XYZ:
        30.5497, 15.8485, 41.4933
        xyY:
        0.3476, 0.1803, 15.8485
      CIE-Lab:
        46.7750, 71.9170, -36.7676
        CIE-LCH:
        46.7750, 80.7707, 332.9216
        CIE-Luv:
        46.7750, 68.8896, -63.9510
        Hunter-Lab:
        39.8101, 67.3105, -33.9297
      #c225ae color charts
#c225ae RGB chart
      #c225ae CMYK chart
      #c225ae RGB pie chart
      #c225ae color shades, tints & tones
#c225ae color schemes
#c225ae color preview, HTML & CSS examples
           This text has a color of #c225ae        
        
          <p style="color:#c225ae;">Text here</p>
        
        
          .mytext {color:#c225ae;}
        
        Text color #c225ae
      
           This box has a color of #c225ae        
        
          <div style="background-color:#c225ae;">Content here</div>
        
        
          .mybackground {background-color:#c225ae;}
        
        Background color #c225ae
      
           Border around this has a color of #c225ae        
        
          <div style="border:2px solid #c225ae;">Content here</div>
        
        
          .myborder {border:2px solid #c225ae;}
        
        Border color #c225ae