#cd01cf color space conversions
Hex:
        #cd01cf
        RGB:
        205, 1, 207
        CMY:
        20, 100, 19
        CMYK:
        1, 100, 0, 19
      HSL:
        299°, 99.0385%, 40.7843%
        HSV (HSB):
        299°, 99.5169%, 81.1765%
        XYZ:
        36.4502, 17.5058, 60.4893
        xyY:
        0.3185, 0.1530, 17.5058
      CIE-Lab:
        48.8912, 83.5618, -52.5317
        CIE-LCH:
        48.8912, 98.7024, 327.8442
        CIE-Luv:
        48.8912, 67.1127, -89.2662
        Hunter-Lab:
        41.8400, 82.2858, -56.4293
      #cd01cf color charts
#cd01cf RGB chart
      #cd01cf CMYK chart
      #cd01cf RGB pie chart
      #cd01cf color shades, tints & tones
#cd01cf color schemes
#cd01cf color preview, HTML & CSS examples
           This text has a color of #cd01cf        
        
          <p style="color:#cd01cf;">Text here</p>
        
        
          .mytext {color:#cd01cf;}
        
        Text color #cd01cf
      
           This box has a color of #cd01cf        
        
          <div style="background-color:#cd01cf;">Content here</div>
        
        
          .mybackground {background-color:#cd01cf;}
        
        Background color #cd01cf
      
           Border around this has a color of #cd01cf        
        
          <div style="border:2px solid #cd01cf;">Content here</div>
        
        
          .myborder {border:2px solid #cd01cf;}
        
        Border color #cd01cf