#ff35ca color space conversions
Hex:
        #ff35ca
        RGB:
        255, 53, 202
        CMY:
        0, 79, 21
        CMYK:
        0, 79, 21, 0
      HSL:
        316°, 100.0000%, 60.3922%
        HSV (HSB):
        316°, 79.2157%, 100.0000%
        XYZ:
        53.1738, 28.0705, 58.4927
        xyY:
        0.3805, 0.2009, 28.0705
      CIE-Lab:
        59.9524, 84.6120, -31.6314
        CIE-LCH:
        59.9524, 90.3313, 339.5022
        CIE-Luv:
        59.9524, 100.9532, -61.9561
        Hunter-Lab:
        52.9816, 86.4298, -28.3702
      #ff35ca color charts
#ff35ca RGB chart
      #ff35ca CMYK chart
      #ff35ca RGB pie chart
      #ff35ca color shades, tints & tones
#ff35ca color schemes
#ff35ca color preview, HTML & CSS examples
           This text has a color of #ff35ca        
        
          <p style="color:#ff35ca;">Text here</p>
        
        
          .mytext {color:#ff35ca;}
        
        Text color #ff35ca
      
           This box has a color of #ff35ca        
        
          <div style="background-color:#ff35ca;">Content here</div>
        
        
          .mybackground {background-color:#ff35ca;}
        
        Background color #ff35ca
      
           Border around this has a color of #ff35ca        
        
          <div style="border:2px solid #ff35ca;">Content here</div>
        
        
          .myborder {border:2px solid #ff35ca;}
        
        Border color #ff35ca