Html Css Color HEX #C421DB Deep Magenta

📋 copy color: '#C421DB'

red 196 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #C421DB

Tints of Deep Magenta #C421DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.37%

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

R = 43.75%
G = 7.37%
B = 48.88%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C421DB (or 0xC421DB) is known color: Deep Magenta. HEX triplet: C4, 21 and DB. RGB value is (196,33,219). Sum of RGB (Red+Green+Blue) = 196+33+219=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #C421DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421DB is #3BDE24. Grayscale: #666666. Windows color (decimal): -3923493 or 14361028. OLE color: 14361028.

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

Color convert

RGB 196 33 219 -
CMYK 0.11 0.85 0 0.14
HSL 292.58º 0.74% 0.49% -
HSV(B) 292.58º 0.85% 0.86% -
XYZ 36.09 17.94 68.58 -
YUV 102.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 196 33 219 0.11 0.85 0 0.14 292.58 0.74 0.49
Hex C4 21 DB B 55 0 E 125 4A 31
Octal 304 41 333 13 125 0 16 445 112 61
Binary 11000100 100001 11011011 1011 1010101 0 1110 100100101 1001010 110001

Color Harmonies of #C421DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421DB

Black with #C421DB

Text Example


Text Example

White with #C421DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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