Html Css Color HEX #C406D8 Deep Magenta

📋 copy color: '#C406D8'

red 196 ◦ green 6 ◦ blue 216

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

Shades of Deep Magenta #C406D8

Tints of Deep Magenta #C406D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.67%

R = 46.89%
G = 1.44%
B = 51.67%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C406D8 (or 0xC406D8) is known color: Deep Magenta. HEX triplet: C4, 06 and D8. RGB value is (196,6,216). Sum of RGB (Red+Green+Blue) = 196+6+216=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #C406D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406D8 is #3BF927. Grayscale: #565656. Windows color (decimal): -3930408 or 14157508. OLE color: 14157508.

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

Color convert

RGB 196 6 216 -
CMYK 0.09 0.97 0 0.15
HSL 294.29º 0.95% 0.44% -
HSV(B) 294.29º 0.97% 0.85% -
XYZ 35.22 16.82 66.36 -
YUV 86.75 200.95 205.92 -
System Red Green Blue C M Y K H S L
Decimal 196 6 216 0.09 0.97 0 0.15 294.29 0.95 0.44
Hex C4 6 D8 9 61 0 F 126 5F 2C
Octal 304 6 330 11 141 0 17 446 137 54
Binary 11000100 110 11011000 1001 1100001 0 1111 100100110 1011111 101100

Color Harmonies of #C406D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406D8

Black with #C406D8

Text Example


Text Example

White with #C406D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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