Html Css Color HEX #FF33FF Magenta

📋 copy color: '#FF33FF'

red 255 ◦ green 51 ◦ blue 255

#FF33FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FF33FF

Tints of Magenta #FF33FF

RGB

 RED value IS 255 (100% from 255) = 45.45%

 GREEN value IS 51 (20.31% from 255) = 9.09%

 BLUE value IS 255 (100% from 255) = 45.45%

R = 45.45%
G = 9.09%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF33FF (or 0xFF33FF) is known color: Magenta. HEX triplet: FF, 33 and FF. RGB value is (255,51,255). Sum of RGB (Red+Green+Blue) = 255+51+255=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 51 (20.31% from 255 or 9.09% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF33FF is a web safe color. Inversed color of #FF33FF is #00CC00. Grayscale: #868686. Windows color (decimal): -52225 or 16724991. OLE color: 16724991.

HSL color Cylindrical-coordinate representation of color #FF33FF: hue angle of 300º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33FF is Cyan = 0, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 51 255 -
CMYK 0 0.8 0 0
HSL 300º 1% 0.6% -
HSV(B) 300º 0.8% 1% -
XYZ 60.47 30.85 97.37 -
YUV 135.25 195.59 213.41 -
System Red Green Blue C M Y K H S L
Decimal 255 51 255 0 0.8 0 0 300 1 0.6
Hex FF 33 FF 0 50 0 0 12C 64 3C
Octal 377 63 377 0 120 0 0 454 144 74
Binary 11111111 110011 11111111 0 1010000 0 0 100101100 1100100 111100

Color Harmonies of #FF33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF33FF

Black with #FF33FF

Text Example


Text Example

White with #FF33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF33FF; }

 p { color: rgb(255,51,255); }

 H1.HeaderClassName
 {
   color: #FF33FF;
 }
 .AnyTagClassName
 {
   color: #FF33FF;
 }
</style>

background-color css

<style>
 a { background-color: #FF33FF; }

 a { background-color: rgb(255,51,255); }

 div.DivClassName
 {
   background-color: #FF33FF;
 }
 .BgClassName
 {
   background-color: #FF33FF;
 }
</style>

border-color css

<style>
 span { border-color: #FF33FF; }

 span { border-color: rgb(255,51,255); }

 td.TdClassName
 {
   border-color: #FF33FF;
 }
 .TagClassName
 {
   border-color: #FF33FF;
 }
</style>