#cd008e color space conversions
Hex:
        #cd008e
        RGB:
        205, 0, 142
        CMY:
        20, 100, 44
        CMYK:
        0, 100, 31, 20
      HSL:
        318°, 100.0000%, 40.1961%
        HSV (HSB):
        318°, 100.0000%, 80.3922%
        XYZ:
        30.0593, 14.9321, 26.8891
        xyY:
        0.4182, 0.2077, 14.9321
      CIE-Lab:
        45.5411, 75.3933, -19.3729
        CIE-LCH:
        45.5411, 77.8426, 345.5891
        CIE-Luv:
        45.5411, 95.5485, -39.5628
        Hunter-Lab:
        38.6421, 71.2297, -14.2074
      #cd008e color charts
#cd008e RGB chart
      #cd008e CMYK chart
      #cd008e RGB pie chart
      #cd008e color shades, tints & tones
#cd008e color schemes
#cd008e color preview, HTML & CSS examples
           This text has a color of #cd008e        
        
          <p style="color:#cd008e;">Text here</p>
        
        
          .mytext {color:#cd008e;}
        
        Text color #cd008e
      
           This box has a color of #cd008e        
        
          <div style="background-color:#cd008e;">Content here</div>
        
        
          .mybackground {background-color:#cd008e;}
        
        Background color #cd008e
      
           Border around this has a color of #cd008e        
        
          <div style="border:2px solid #cd008e;">Content here</div>
        
        
          .myborder {border:2px solid #cd008e;}
        
        Border color #cd008e