Html Css Color HEX #C41DDB Deep Magenta

📋 copy color: '#C41DDB'

red 196 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C41DDB

Tints of Deep Magenta #C41DDB

RGB

 RED value IS 196 (76.95% from 255) = 44.14%

 GREEN value IS 29 (11.72% from 255) = 6.53%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 44.14%
G = 6.53%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C41DDB (or 0xC41DDB) is known color: Deep Magenta. HEX triplet: C4, 1D and DB. RGB value is (196,29,219). Sum of RGB (Red+Green+Blue) = 196+29+219=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #C41DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DDB is #3BE224. Grayscale: #646464. Windows color (decimal): -3924517 or 14360004. OLE color: 14360004.

HSL color Cylindrical-coordinate representation of color #C41DDB: hue angle of 292.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41DDB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 29 219 -
CMYK 0.11 0.87 0 0.14
HSL 292.74º 0.77% 0.49% -
HSV(B) 292.74º 0.87% 0.86% -
XYZ 35.99 17.73 68.54 -
YUV 100.59 194.83 196.05 -
System Red Green Blue C M Y K H S L
Decimal 196 29 219 0.11 0.87 0 0.14 292.74 0.77 0.49
Hex C4 1D DB B 57 0 E 125 4D 31
Octal 304 35 333 13 127 0 16 445 115 61
Binary 11000100 11101 11011011 1011 1010111 0 1110 100100101 1001101 110001

Color Harmonies of #C41DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DDB

Black with #C41DDB

Text Example


Text Example

White with #C41DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DDB; }

 p { color: rgb(196,29,219); }

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

background-color css

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

 a { background-color: rgb(196,29,219); }

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

border-color css

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

 span { border-color: rgb(196,29,219); }

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