Shades of Deep Magenta #C816CE
Tints of Deep Magenta #C816CE
RGB
CMYK
RGB Variations
Color information
#C816CE (or 0xC816CE) is known color: Deep Magenta. HEX triplet: C8, 16 and CE. RGB value is (200,22,206). Sum of RGB (Red+Green+Blue) = 200+22+206=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #C816CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816CE is #37E931. Grayscale: #5F5F5F. Windows color (decimal): -3664178 or 13506248. OLE color: 13506248.
HSL color Cylindrical-coordinate representation of color #C816CE: hue angle of 298.04º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816CE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 22 | 206 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.19 |
| HSL | 298.04º | 0.81% | 0.45% | - |
| HSV(B) | 298.04º | 0.89% | 0.81% | - |
| XYZ | 35.25 | 17.31 | 59.88 | - |
| YUV | 96.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 206 | 0.03 | 0.89 | 0 | 0.19 | 298.04 | 0.81 | 0.45 |
| Hex | C8 | 16 | CE | 3 | 59 | 0 | 13 | 12A | 51 | 2D |
| Octal | 310 | 26 | 316 | 3 | 131 | 0 | 23 | 452 | 121 | 55 |
| Binary | 11001000 | 10110 | 11001110 | 11 | 1011001 | 0 | 10011 | 100101010 | 1010001 | 101101 |
Color Harmonies of #C816CE
Complementary color
Monochromatic Colors of #C816CE
Black with #C816CE
Text Example
Text Example
White with #C816CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816CE; }
p { color: rgb(200,22,206); }
H1.HeaderClassName
{
color: #C816CE;
}
.AnyTagClassName
{
color: #C816CE;
}
</style>
background-color css
<style>
a { background-color: #C816CE; }
a { background-color: rgb(200,22,206); }
div.DivClassName
{
background-color: #C816CE;
}
.BgClassName
{
background-color: #C816CE;
}
</style>
border-color css
<style>
span { border-color: #C816CE; }
span { border-color: rgb(200,22,206); }
td.TdClassName
{
border-color: #C816CE;
}
.TagClassName
{
border-color: #C816CE;
}
</style>