Html Css Color HEX #C406CE Deep Magenta

📋 copy color: '#C406CE'

red 196 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #C406CE

Tints of Deep Magenta #C406CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 48.04%
G = 1.47%
B = 50.49%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C406CE (or 0xC406CE) is known color: Deep Magenta. HEX triplet: C4, 06 and CE. RGB value is (196,6,206). Sum of RGB (Red+Green+Blue) = 196+6+206=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #C406CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406CE is #3BF931. Grayscale: #555555. Windows color (decimal): -3930418 or 13502148. OLE color: 13502148.

HSL color Cylindrical-coordinate representation of color #C406CE: hue angle of 297º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406CE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 6 206 -
CMYK 0.05 0.97 0 0.19
HSL 297º 0.94% 0.42% -
HSV(B) 297º 0.97% 0.81% -
XYZ 33.97 16.32 59.75 -
YUV 85.61 195.95 206.74 -
System Red Green Blue C M Y K H S L
Decimal 196 6 206 0.05 0.97 0 0.19 297 0.94 0.42
Hex C4 6 CE 5 61 0 13 129 5E 2A
Octal 304 6 316 5 141 0 23 451 136 52
Binary 11000100 110 11001110 101 1100001 0 10011 100101001 1011110 101010

Color Harmonies of #C406CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406CE

Black with #C406CE

Text Example


Text Example

White with #C406CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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