Html Css Color HEX #C41CDB Deep Magenta

📋 copy color: '#C41CDB'

red 196 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #C41CDB

Tints of Deep Magenta #C41CDB

RGB

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

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

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

R = 44.24%
G = 6.32%
B = 49.44%

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

#C41CDB (or 0xC41CDB) is known color: Deep Magenta. HEX triplet: C4, 1C and DB. RGB value is (196,28,219). Sum of RGB (Red+Green+Blue) = 196+28+219=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #C41CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CDB is #3BE324. Grayscale: #636363. Windows color (decimal): -3924773 or 14359748. OLE color: 14359748.

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

Color convert

RGB 196 28 219 -
CMYK 0.11 0.87 0 0.14
HSL 292.77º 0.77% 0.48% -
HSV(B) 292.77º 0.87% 0.86% -
XYZ 35.97 17.68 68.53 -
YUV 100.01 195.16 196.47 -
System Red Green Blue C M Y K H S L
Decimal 196 28 219 0.11 0.87 0 0.14 292.77 0.77 0.48
Hex C4 1C DB B 57 0 E 125 4D 30
Octal 304 34 333 13 127 0 16 445 115 60
Binary 11000100 11100 11011011 1011 1010111 0 1110 100100101 1001101 110000

Color Harmonies of #C41CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CDB

Black with #C41CDB

Text Example


Text Example

White with #C41CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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