Shades of Deep Magenta #C806CE
Tints of Deep Magenta #C806CE
RGB
CMYK
RGB Variations
Color information
#C806CE (or 0xC806CE) is known color: Deep Magenta. HEX triplet: C8, 06 and CE. RGB value is (200,6,206). Sum of RGB (Red+Green+Blue) = 200+6+206=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #C806CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806CE is #37F931. Grayscale: #565656. Windows color (decimal): -3668274 or 13502152. OLE color: 13502152.
HSL color Cylindrical-coordinate representation of color #C806CE: hue angle of 298.2º 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 #C806CE is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 6 | 206 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.19 |
| HSL | 298.2º | 0.94% | 0.42% | - |
| HSV(B) | 298.2º | 0.97% | 0.81% | - |
| XYZ | 35.03 | 16.87 | 59.8 | - |
| YUV | 86.81 | 195.27 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 206 | 0.03 | 0.97 | 0 | 0.19 | 298.2 | 0.94 | 0.42 |
| Hex | C8 | 6 | CE | 3 | 61 | 0 | 13 | 12A | 5E | 2A |
| Octal | 310 | 6 | 316 | 3 | 141 | 0 | 23 | 452 | 136 | 52 |
| Binary | 11001000 | 110 | 11001110 | 11 | 1100001 | 0 | 10011 | 100101010 | 1011110 | 101010 |
Color Harmonies of #C806CE
Complementary color
Monochromatic Colors of #C806CE
Black with #C806CE
Text Example
Text Example
White with #C806CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806CE; }
p { color: rgb(200,6,206); }
H1.HeaderClassName
{
color: #C806CE;
}
.AnyTagClassName
{
color: #C806CE;
}
</style>
background-color css
<style>
a { background-color: #C806CE; }
a { background-color: rgb(200,6,206); }
div.DivClassName
{
background-color: #C806CE;
}
.BgClassName
{
background-color: #C806CE;
}
</style>
border-color css
<style>
span { border-color: #C806CE; }
span { border-color: rgb(200,6,206); }
td.TdClassName
{
border-color: #C806CE;
}
.TagClassName
{
border-color: #C806CE;
}
</style>