Html Css Color HEX #FF01CC Hot Magenta

📋 copy color: '#FF01CC'

red 255 ◦ green 1 ◦ blue 204

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

Shades of Hot Magenta #FF01CC

Tints of Hot Magenta #FF01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 55.43%
G = 0.22%
B = 44.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF01CC (or 0xFF01CC) is known color: Hot Magenta. HEX triplet: FF, 01 and CC. RGB value is (255,1,204). Sum of RGB (Red+Green+Blue) = 255+1+204=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01CC is #00FE33. Grayscale: #636363. Windows color (decimal): -65076 or 13369855. OLE color: 13369855.

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

Color convert

RGB 255 1 204 -
CMYK 0 1.00 0.2 0
HSL 312.05º 1% 0.5% -
HSV(B) 312.05º 1% 1% -
XYZ 52.15 25.64 59.33 -
YUV 100.09 186.65 238.49 -
System Red Green Blue C M Y K H S L
Decimal 255 1 204 0 1.00 0.2 0 312.05 1 0.5
Hex FF 1 CC 0 64 14 0 138 64 32
Octal 377 1 314 0 144 24 0 470 144 62
Binary 11111111 1 11001100 0 1100100 10100 0 100111000 1100100 110010

Color Harmonies of #FF01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01CC

Black with #FF01CC

Text Example


Text Example

White with #FF01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01CC; }

 p { color: rgb(255,1,204); }

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

background-color css

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

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

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

border-color css

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

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

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