#c50caf color space conversions
Hex:
        #c50caf
        RGB:
        197, 12, 175
        CMY:
        23, 95, 31
        CMYK:
        0, 94, 11, 23
      HSL:
        307°, 88.5167%, 40.9804%
        HSV (HSB):
        307°, 93.9086%, 77.2549%
        XYZ:
        30.8953, 15.2284, 41.8685
        xyY:
        0.3511, 0.1731, 15.2284
      CIE-Lab:
        45.9455, 76.7795, -38.6336
        CIE-LCH:
        45.9455, 85.9515, 333.2896
        CIE-Luv:
        45.9455, 73.5930, -67.0637
        Hunter-Lab:
        39.0236, 73.0286, -36.2958
      #c50caf color charts
#c50caf RGB chart
      #c50caf CMYK chart
      #c50caf RGB pie chart
      #c50caf color shades, tints & tones
#c50caf color schemes
#c50caf color preview, HTML & CSS examples
           This text has a color of #c50caf        
        
          <p style="color:#c50caf;">Text here</p>
        
        
          .mytext {color:#c50caf;}
        
        Text color #c50caf
      
           This box has a color of #c50caf        
        
          <div style="background-color:#c50caf;">Content here</div>
        
        
          .mybackground {background-color:#c50caf;}
        
        Background color #c50caf
      
           Border around this has a color of #c50caf        
        
          <div style="border:2px solid #c50caf;">Content here</div>
        
        
          .myborder {border:2px solid #c50caf;}
        
        Border color #c50caf