Html Css Color HEX #C406B3 Deep Magenta

📋 copy color: '#C406B3'

red 196 ◦ green 6 ◦ blue 179

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

Shades of Deep Magenta #C406B3

Tints of Deep Magenta #C406B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.98%

R = 51.44%
G = 1.57%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C406B3 (or 0xC406B3) is known color: Deep Magenta. HEX triplet: C4, 06 and B3. RGB value is (196,6,179). Sum of RGB (Red+Green+Blue) = 196+6+179=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C406B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406B3 is #3BF94C. Grayscale: #525252. Windows color (decimal): -3930445 or 11732676. OLE color: 11732676.

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

Color convert

RGB 196 6 179 -
CMYK 0 0.97 0.09 0.23
HSL 305.37º 0.94% 0.4% -
HSV(B) 305.37º 0.97% 0.77% -
XYZ 30.97 15.12 43.93 -
YUV 82.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 196 6 179 0 0.97 0.09 0.23 305.37 0.94 0.4
Hex C4 6 B3 0 61 9 17 131 5E 28
Octal 304 6 263 0 141 11 27 461 136 50
Binary 11000100 110 10110011 0 1100001 1001 10111 100110001 1011110 101000

Color Harmonies of #C406B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406B3

Black with #C406B3

Text Example


Text Example

White with #C406B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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