#c50cff color space conversions
Hex:
        #c50cff
        RGB:
        197, 12, 255
        CMY:
        23, 95, 0
        CMYK:
        23, 95, 0, 0
      HSL:
        286°, 100.0000%, 52.3529%
        HSV (HSB):
        286°, 95.2941%, 100.0000%
        XYZ:
        41.2074, 19.3533, 96.1714
        xyY:
        0.2629, 0.1235, 19.3533
      CIE-Lab:
        51.0980, 89.2118, -76.2066
        CIE-LCH:
        51.0980, 117.3295, 319.4954
        CIE-Luv:
        51.0980, 45.1744, -124.4923
        Hunter-Lab:
        43.9923, 90.2136, -98.8189
      #c50cff color charts
#c50cff RGB chart
      #c50cff CMYK chart
      #c50cff RGB pie chart
      #c50cff color shades, tints & tones
#c50cff color schemes
#c50cff color preview, HTML & CSS examples
           This text has a color of #c50cff        
        
          <p style="color:#c50cff;">Text here</p>
        
        
          .mytext {color:#c50cff;}
        
        Text color #c50cff
      
           This box has a color of #c50cff        
        
          <div style="background-color:#c50cff;">Content here</div>
        
        
          .mybackground {background-color:#c50cff;}
        
        Background color #c50cff
      
           Border around this has a color of #c50cff        
        
          <div style="border:2px solid #c50cff;">Content here</div>
        
        
          .myborder {border:2px solid #c50cff;}
        
        Border color #c50cff