Html Css Color HEX #D40CCC Deep Magenta

📋 copy color: '#D40CCC'

red 212 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #D40CCC

Tints of Deep Magenta #D40CCC

RGB

 RED value IS 212 (83.2% from 255) = 49.53%

 GREEN value IS 12 (5.08% from 255) = 2.8%

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

R = 49.53%
G = 2.8%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D40CCC (or 0xD40CCC) is known color: Deep Magenta. HEX triplet: D4, 0C and CC. RGB value is (212,12,204). Sum of RGB (Red+Green+Blue) = 212+12+204=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CCC is #2BF333. Grayscale: #5D5D5D. Windows color (decimal): -2880308 or 13372628. OLE color: 13372628.

HSL color Cylindrical-coordinate representation of color #D40CCC: hue angle of 302.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40CCC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 12 204 -
CMYK 0 0.94 0.04 0.17
HSL 302.4º 0.89% 0.44% -
HSV(B) 302.4º 0.94% 0.83% -
XYZ 38.18 18.62 58.71 -
YUV 93.69 190.26 212.39 -
System Red Green Blue C M Y K H S L
Decimal 212 12 204 0 0.94 0.04 0.17 302.4 0.89 0.44
Hex D4 C CC 0 5E 4 11 12E 59 2C
Octal 324 14 314 0 136 4 21 456 131 54
Binary 11010100 1100 11001100 0 1011110 100 10001 100101110 1011001 101100

Color Harmonies of #D40CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CCC

Black with #D40CCC

Text Example


Text Example

White with #D40CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CCC; }

 p { color: rgb(212,12,204); }

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

background-color css

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

 a { background-color: rgb(212,12,204); }

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

border-color css

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

 span { border-color: rgb(212,12,204); }

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