#ff03ff color space conversions
Hex:
        #ff03ff
        RGB:
        255, 3, 255
        CMY:
        0, 99, 0
        CMYK:
        0, 99, 0, 0
      HSL:
        300°, 100.0000%, 50.5882%
        HSV (HSB):
        300°, 98.8235%, 100.0000%
        XYZ:
        59.3226, 28.5451, 96.9909
        xyY:
        0.3209, 0.1544, 28.5451
      CIE-Lab:
        60.3781, 98.0819, -60.7499
        CIE-LCH:
        60.3781, 115.3716, 328.2268
        CIE-Luv:
        60.3781, 83.9667, -108.5718
        Hunter-Lab:
        53.4276, 104.6964, -70.2339
      #ff03ff color charts
#ff03ff RGB chart
      #ff03ff CMYK chart
      #ff03ff RGB pie chart
      #ff03ff color shades, tints & tones
#ff03ff color schemes
#ff03ff color preview, HTML & CSS examples
           This text has a color of #ff03ff        
        
          <p style="color:#ff03ff;">Text here</p>
        
        
          .mytext {color:#ff03ff;}
        
        Text color #ff03ff
      
           This box has a color of #ff03ff        
        
          <div style="background-color:#ff03ff;">Content here</div>
        
        
          .mybackground {background-color:#ff03ff;}
        
        Background color #ff03ff
      
           Border around this has a color of #ff03ff        
        
          <div style="border:2px solid #ff03ff;">Content here</div>
        
        
          .myborder {border:2px solid #ff03ff;}
        
        Border color #ff03ff