Html Css Color HEX #FF0DCC Hot Magenta

📋 copy color: '#FF0DCC'

red 255 ◦ green 13 ◦ blue 204

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

Shades of Hot Magenta #FF0DCC

Tints of Hot Magenta #FF0DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.75%

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

R = 54.03%
G = 2.75%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF0DCC (or 0xFF0DCC) is known color: Hot Magenta. HEX triplet: FF, 0D and CC. RGB value is (255,13,204). Sum of RGB (Red+Green+Blue) = 255+13+204=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DCC is #00F233. Grayscale: #6A6A6A. Windows color (decimal): -62004 or 13372927. OLE color: 13372927.

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

Color convert

RGB 255 13 204 -
CMYK 0 0.95 0.2 0
HSL 312.64º 1% 0.53% -
HSV(B) 312.64º 0.95% 1% -
XYZ 52.28 25.91 59.37 -
YUV 107.13 182.67 233.47 -
System Red Green Blue C M Y K H S L
Decimal 255 13 204 0 0.95 0.2 0 312.64 1 0.53
Hex FF D CC 0 5F 14 0 139 64 35
Octal 377 15 314 0 137 24 0 471 144 65
Binary 11111111 1101 11001100 0 1011111 10100 0 100111001 1100100 110101

Color Harmonies of #FF0DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0DCC

Black with #FF0DCC

Text Example


Text Example

White with #FF0DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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