Html Css Color HEX #D41CCE Deep Magenta

📋 copy color: '#D41CCE'

red 212 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #D41CCE

Tints of Deep Magenta #D41CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 47.53%
G = 6.28%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D41CCE (or 0xD41CCE) is known color: Deep Magenta. HEX triplet: D4, 1C and CE. RGB value is (212,28,206). Sum of RGB (Red+Green+Blue) = 212+28+206=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CCE is #2BE331. Grayscale: #666666. Windows color (decimal): -2876210 or 13507796. OLE color: 13507796.

HSL color Cylindrical-coordinate representation of color #D41CCE: hue angle of 301.96º 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 #D41CCE is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 28 206 -
CMYK 0 0.87 0.03 0.17
HSL 301.96º 0.77% 0.47% -
HSV(B) 301.96º 0.87% 0.83% -
XYZ 38.71 19.28 60.07 -
YUV 103.31 185.96 205.53 -
System Red Green Blue C M Y K H S L
Decimal 212 28 206 0 0.87 0.03 0.17 301.96 0.77 0.47
Hex D4 1C CE 0 57 3 11 12E 4D 2F
Octal 324 34 316 0 127 3 21 456 115 57
Binary 11010100 11100 11001110 0 1010111 11 10001 100101110 1001101 101111

Color Harmonies of #D41CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CCE

Black with #D41CCE

Text Example


Text Example

White with #D41CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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