#cb2caa color space conversions
Hex:
        #cb2caa
        RGB:
        203, 44, 170
        CMY:
        20, 83, 33
        CMYK:
        0, 78, 16, 20
      HSL:
        312°, 64.3725%, 48.4314%
        HSV (HSB):
        312°, 78.3251%, 79.6078%
        XYZ:
        32.7850, 17.4002, 39.6608
        xyY:
        0.3649, 0.1937, 17.4002
      CIE-Lab:
        48.7603, 71.5174, -31.1779
        CIE-LCH:
        48.7603, 78.0180, 336.4453
        CIE-Luv:
        48.7603, 75.9821, -56.3806
        Hunter-Lab:
        41.7135, 67.2946, -27.1730
      #cb2caa color charts
#cb2caa RGB chart
      #cb2caa CMYK chart
      #cb2caa RGB pie chart
      #cb2caa color shades, tints & tones
#cb2caa color schemes
#cb2caa color preview, HTML & CSS examples
           This text has a color of #cb2caa        
        
          <p style="color:#cb2caa;">Text here</p>
        
        
          .mytext {color:#cb2caa;}
        
        Text color #cb2caa
      
           This box has a color of #cb2caa        
        
          <div style="background-color:#cb2caa;">Content here</div>
        
        
          .mybackground {background-color:#cb2caa;}
        
        Background color #cb2caa
      
           Border around this has a color of #cb2caa        
        
          <div style="border:2px solid #cb2caa;">Content here</div>
        
        
          .myborder {border:2px solid #cb2caa;}
        
        Border color #cb2caa