#ff30af color space conversions
Hex:
        #ff30af
        RGB:
        255, 48, 175
        CMY:
        0, 81, 31
        CMYK:
        0, 81, 31, 0
      HSL:
        323°, 100.0000%, 59.4118%
        HSV (HSB):
        323°, 81.1765%, 100.0000%
        XYZ:
        50.0348, 26.4691, 43.0293
        xyY:
        0.4186, 0.2214, 26.4691
      CIE-Lab:
        58.4796, 82.6881, -18.3549
        CIE-LCH:
        58.4796, 84.7008, 347.4845
        CIE-Luv:
        58.4796, 113.6768, -41.7150
        Hunter-Lab:
        51.4481, 83.5625, -13.5744
      #ff30af color charts
#ff30af RGB chart
      #ff30af CMYK chart
      #ff30af RGB pie chart
      #ff30af color shades, tints & tones
#ff30af color schemes
#ff30af color preview, HTML & CSS examples
           This text has a color of #ff30af        
        
          <p style="color:#ff30af;">Text here</p>
        
        
          .mytext {color:#ff30af;}
        
        Text color #ff30af
      
           This box has a color of #ff30af        
        
          <div style="background-color:#ff30af;">Content here</div>
        
        
          .mybackground {background-color:#ff30af;}
        
        Background color #ff30af
      
           Border around this has a color of #ff30af        
        
          <div style="border:2px solid #ff30af;">Content here</div>
        
        
          .myborder {border:2px solid #ff30af;}
        
        Border color #ff30af