Html Css Color HEX #C406AC Deep Magenta

📋 copy color: '#C406AC'

red 196 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #C406AC

Tints of Deep Magenta #C406AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 52.41%
G = 1.6%
B = 45.99%

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

#C406AC (or 0xC406AC) is known color: Deep Magenta. HEX triplet: C4, 06 and AC. RGB value is (196,6,172). Sum of RGB (Red+Green+Blue) = 196+6+172=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C406AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C406AC is #3BF953. Grayscale: #515151. Windows color (decimal): -3930452 or 11273924. OLE color: 11273924.

HSL color Cylindrical-coordinate representation of color #C406AC: hue angle of 307.58º 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 #C406AC is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 172 -
CMYK 0 0.97 0.12 0.23
HSL 307.58º 0.94% 0.4% -
HSV(B) 307.58º 0.97% 0.77% -
XYZ 30.28 14.84 40.3 -
YUV 81.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 196 6 172 0 0.97 0.12 0.23 307.58 0.94 0.4
Hex C4 6 AC 0 61 C 17 134 5E 28
Octal 304 6 254 0 141 14 27 464 136 50
Binary 11000100 110 10101100 0 1100001 1100 10111 100110100 1011110 101000

Color Harmonies of #C406AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406AC

Black with #C406AC

Text Example


Text Example

White with #C406AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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