Html Css Color HEX #C406AD Deep Magenta

📋 copy color: '#C406AD'

red 196 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #C406AD

Tints of Deep Magenta #C406AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 52.27%
G = 1.6%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C406AD (or 0xC406AD) is known color: Deep Magenta. HEX triplet: C4, 06 and AD. RGB value is (196,6,173). Sum of RGB (Red+Green+Blue) = 196+6+173=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C406AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C406AD is #3BF952. Grayscale: #515151. Windows color (decimal): -3930451 or 11339460. OLE color: 11339460.

HSL color Cylindrical-coordinate representation of color #C406AD: hue angle of 307.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406AD is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 173 -
CMYK 0 0.97 0.12 0.23
HSL 307.26º 0.94% 0.4% -
HSV(B) 307.26º 0.97% 0.77% -
XYZ 30.37 14.88 40.81 -
YUV 81.85 179.45 209.42 -
System Red Green Blue C M Y K H S L
Decimal 196 6 173 0 0.97 0.12 0.23 307.26 0.94 0.4
Hex C4 6 AD 0 61 C 17 133 5E 28
Octal 304 6 255 0 141 14 27 463 136 50
Binary 11000100 110 10101101 0 1100001 1100 10111 100110011 1011110 101000

Color Harmonies of #C406AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406AD

Black with #C406AD

Text Example


Text Example

White with #C406AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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