Html Css Color HEX #C422DB Deep Magenta

📋 copy color: '#C422DB'

red 196 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #C422DB

Tints of Deep Magenta #C422DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.57%

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

R = 43.65%
G = 7.57%
B = 48.78%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C422DB (or 0xC422DB) is known color: Deep Magenta. HEX triplet: C4, 22 and DB. RGB value is (196,34,219). Sum of RGB (Red+Green+Blue) = 196+34+219=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #C422DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422DB is #3BDD24. Grayscale: #666666. Windows color (decimal): -3923237 or 14361284. OLE color: 14361284.

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

Color convert

RGB 196 34 219 -
CMYK 0.11 0.84 0 0.14
HSL 292.54º 0.73% 0.5% -
HSV(B) 292.54º 0.84% 0.86% -
XYZ 36.12 17.99 68.59 -
YUV 103.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 196 34 219 0.11 0.84 0 0.14 292.54 0.73 0.5
Hex C4 22 DB B 54 0 E 125 49 32
Octal 304 42 333 13 124 0 16 445 111 62
Binary 11000100 100010 11011011 1011 1010100 0 1110 100100101 1001001 110010

Color Harmonies of #C422DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422DB

Black with #C422DB

Text Example


Text Example

White with #C422DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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