Shades of Deep Magenta #C810CE
Tints of Deep Magenta #C810CE
RGB
CMYK
RGB Variations
Color information
#C810CE (or 0xC810CE) is known color: Deep Magenta. HEX triplet: C8, 10 and CE. RGB value is (200,16,206). Sum of RGB (Red+Green+Blue) = 200+16+206=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #C810CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810CE is #37EF31. Grayscale: #5C5C5C. Windows color (decimal): -3665714 or 13504712. OLE color: 13504712.
HSL color Cylindrical-coordinate representation of color #C810CE: hue angle of 298.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810CE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 16 | 206 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.19 |
| HSL | 298.11º | 0.86% | 0.44% | - |
| HSV(B) | 298.11º | 0.92% | 0.81% | - |
| XYZ | 35.15 | 17.11 | 59.84 | - |
| YUV | 92.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 206 | 0.03 | 0.92 | 0 | 0.19 | 298.11 | 0.86 | 0.44 |
| Hex | C8 | 10 | CE | 3 | 5C | 0 | 13 | 12A | 56 | 2C |
| Octal | 310 | 20 | 316 | 3 | 134 | 0 | 23 | 452 | 126 | 54 |
| Binary | 11001000 | 10000 | 11001110 | 11 | 1011100 | 0 | 10011 | 100101010 | 1010110 | 101100 |
Color Harmonies of #C810CE
Complementary color
Monochromatic Colors of #C810CE
Black with #C810CE
Text Example
Text Example
White with #C810CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810CE; }
p { color: rgb(200,16,206); }
H1.HeaderClassName
{
color: #C810CE;
}
.AnyTagClassName
{
color: #C810CE;
}
</style>
background-color css
<style>
a { background-color: #C810CE; }
a { background-color: rgb(200,16,206); }
div.DivClassName
{
background-color: #C810CE;
}
.BgClassName
{
background-color: #C810CE;
}
</style>
border-color css
<style>
span { border-color: #C810CE; }
span { border-color: rgb(200,16,206); }
td.TdClassName
{
border-color: #C810CE;
}
.TagClassName
{
border-color: #C810CE;
}
</style>