Html Css Color HEX #C406DC Deep Magenta

📋 copy color: '#C406DC'

red 196 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #C406DC

Tints of Deep Magenta #C406DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 46.45%
G = 1.42%
B = 52.13%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C406DC (or 0xC406DC) is known color: Deep Magenta. HEX triplet: C4, 06 and DC. RGB value is (196,6,220). Sum of RGB (Red+Green+Blue) = 196+6+220=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #C406DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406DC is #3BF923. Grayscale: #565656. Windows color (decimal): -3930404 or 14419652. OLE color: 14419652.

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

Color convert

RGB 196 6 220 -
CMYK 0.11 0.97 0 0.14
HSL 293.27º 0.95% 0.44% -
HSV(B) 293.27º 0.97% 0.86% -
XYZ 35.75 17.03 69.11 -
YUV 87.21 202.95 205.6 -
System Red Green Blue C M Y K H S L
Decimal 196 6 220 0.11 0.97 0 0.14 293.27 0.95 0.44
Hex C4 6 DC B 61 0 E 125 5F 2C
Octal 304 6 334 13 141 0 16 445 137 54
Binary 11000100 110 11011100 1011 1100001 0 1110 100100101 1011111 101100

Color Harmonies of #C406DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406DC

Black with #C406DC

Text Example


Text Example

White with #C406DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406DC; }

 p { color: rgb(196,6,220); }

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

background-color css

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

 a { background-color: rgb(196,6,220); }

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

border-color css

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

 span { border-color: rgb(196,6,220); }

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