Html Css Color HEX #D42CC9 Deep Magenta

📋 copy color: '#D42CC9'

red 212 ◦ green 44 ◦ blue 201

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

Shades of Deep Magenta #D42CC9

Tints of Deep Magenta #D42CC9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.63%

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 46.39%
G = 9.63%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D42CC9 (or 0xD42CC9) is known color: Deep Magenta. HEX triplet: D4, 2C and C9. RGB value is (212,44,201). Sum of RGB (Red+Green+Blue) = 212+44+201=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CC9 is #2BD336. Grayscale: #6F6F6F. Windows color (decimal): -2872119 or 13184212. OLE color: 13184212.

HSL color Cylindrical-coordinate representation of color #D42CC9: hue angle of 303.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CC9 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 44 201 -
CMYK 0 0.79 0.05 0.17
HSL 303.93º 0.66% 0.5% -
HSV(B) 303.93º 0.79% 0.83% -
XYZ 38.59 20.02 57.09 -
YUV 112.13 178.16 199.23 -
System Red Green Blue C M Y K H S L
Decimal 212 44 201 0 0.79 0.05 0.17 303.93 0.66 0.5
Hex D4 2C C9 0 4F 5 11 130 42 32
Octal 324 54 311 0 117 5 21 460 102 62
Binary 11010100 101100 11001001 0 1001111 101 10001 100110000 1000010 110010

Color Harmonies of #D42CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42CC9

Black with #D42CC9

Text Example


Text Example

White with #D42CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42CC9; }

 p { color: rgb(212,44,201); }

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

background-color css

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

 a { background-color: rgb(212,44,201); }

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

border-color css

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

 span { border-color: rgb(212,44,201); }

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