#c51dff color space conversions
Hex:
        #c51dff
        RGB:
        197, 29, 255
        CMY:
        23, 89, 0
        CMYK:
        23, 89, 0, 0
      HSL:
        285°, 100.0000%, 55.6863%
        HSV (HSB):
        285°, 88.6275%, 100.0000%
        XYZ:
        41.5153, 19.9690, 96.2741
        xyY:
        0.2632, 0.1266, 19.9690
      CIE-Lab:
        51.8022, 87.1165, -75.0607
        CIE-LCH:
        51.8022, 114.9930, 319.2514
        CIE-Luv:
        51.8022, 44.3134, -123.2420
        Hunter-Lab:
        44.6867, 87.6301, -96.4549
      #c51dff color charts
#c51dff RGB chart
      #c51dff CMYK chart
      #c51dff RGB pie chart
      #c51dff color shades, tints & tones
#c51dff color schemes
#c51dff color preview, HTML & CSS examples
           This text has a color of #c51dff        
        
          <p style="color:#c51dff;">Text here</p>
        
        
          .mytext {color:#c51dff;}
        
        Text color #c51dff
      
           This box has a color of #c51dff        
        
          <div style="background-color:#c51dff;">Content here</div>
        
        
          .mybackground {background-color:#c51dff;}
        
        Background color #c51dff
      
           Border around this has a color of #c51dff        
        
          <div style="border:2px solid #c51dff;">Content here</div>
        
        
          .myborder {border:2px solid #c51dff;}
        
        Border color #c51dff