Html Css Color HEX #D41CC9 Deep Magenta

📋 copy color: '#D41CC9'

red 212 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #D41CC9

Tints of Deep Magenta #D41CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.35%

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

R = 48.07%
G = 6.35%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D41CC9 (or 0xD41CC9) is known color: Deep Magenta. HEX triplet: D4, 1C and C9. RGB value is (212,28,201). Sum of RGB (Red+Green+Blue) = 212+28+201=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CC9 is #2BE336. Grayscale: #666666. Windows color (decimal): -2876215 or 13180116. OLE color: 13180116.

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

Color convert

RGB 212 28 201 -
CMYK 0 0.87 0.05 0.17
HSL 303.59º 0.77% 0.47% -
HSV(B) 303.59º 0.87% 0.83% -
XYZ 38.11 19.04 56.93 -
YUV 102.74 183.46 205.93 -
System Red Green Blue C M Y K H S L
Decimal 212 28 201 0 0.87 0.05 0.17 303.59 0.77 0.47
Hex D4 1C C9 0 57 5 11 130 4D 2F
Octal 324 34 311 0 127 5 21 460 115 57
Binary 11010100 11100 11001001 0 1010111 101 10001 100110000 1001101 101111

Color Harmonies of #D41CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CC9

Black with #D41CC9

Text Example


Text Example

White with #D41CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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