#c012ff color space conversions
Hex:
        #c012ff
        RGB:
        192, 18, 255
        CMY:
        25, 93, 0
        CMYK:
        25, 93, 0, 0
      HSL:
        284°, 100.0000%, 53.5294%
        HSV (HSB):
        284°, 92.9412%, 100.0000%
        XYZ:
        40.0045, 18.8591, 96.1394
        xyY:
        0.2581, 0.1217, 18.8591
      CIE-Lab:
        50.5219, 87.9761, -77.1785
        CIE-LCH:
        50.5219, 117.0313, 318.7406
        CIE-Luv:
        50.5219, 41.9839, -125.2380
        Hunter-Lab:
        43.4270, 88.4350, -100.8582
      #c012ff color charts
#c012ff RGB chart
      #c012ff CMYK chart
      #c012ff RGB pie chart
      #c012ff color shades, tints & tones
#c012ff color schemes
#c012ff color preview, HTML & CSS examples
           This text has a color of #c012ff        
        
          <p style="color:#c012ff;">Text here</p>
        
        
          .mytext {color:#c012ff;}
        
        Text color #c012ff
      
           This box has a color of #c012ff        
        
          <div style="background-color:#c012ff;">Content here</div>
        
        
          .mybackground {background-color:#c012ff;}
        
        Background color #c012ff
      
           Border around this has a color of #c012ff        
        
          <div style="border:2px solid #c012ff;">Content here</div>
        
        
          .myborder {border:2px solid #c012ff;}
        
        Border color #c012ff