#c12fee color space conversions
Hex:
        #c12fee
        RGB:
        193, 47, 238
        CMY:
        24, 82, 7
        CMYK:
        19, 80, 0, 7
      HSL:
        286°, 84.8889%, 55.8824%
        HSV (HSB):
        286°, 80.2521%, 93.3333%
        XYZ:
        38.4415, 19.5435, 82.6351
        xyY:
        0.2734, 0.1390, 19.5435
      CIE-Lab:
        51.3171, 79.6032, -66.3668
        CIE-LCH:
        51.3171, 103.6398, 320.1814
        CIE-Luv:
        51.3171, 45.0325, -109.9504
        Hunter-Lab:
        44.2081, 77.8519, -79.8811
      #c12fee color charts
#c12fee RGB chart
      #c12fee CMYK chart
      #c12fee RGB pie chart
      #c12fee color shades, tints & tones
#c12fee color schemes
#c12fee color preview, HTML & CSS examples
           This text has a color of #c12fee        
        
          <p style="color:#c12fee;">Text here</p>
        
        
          .mytext {color:#c12fee;}
        
        Text color #c12fee
      
           This box has a color of #c12fee        
        
          <div style="background-color:#c12fee;">Content here</div>
        
        
          .mybackground {background-color:#c12fee;}
        
        Background color #c12fee
      
           Border around this has a color of #c12fee        
        
          <div style="border:2px solid #c12fee;">Content here</div>
        
        
          .myborder {border:2px solid #c12fee;}
        
        Border color #c12fee