Shades of Deep Magenta #C808CE
Tints of Deep Magenta #C808CE
RGB
CMYK
RGB Variations
Color information
#C808CE (or 0xC808CE) is known color: Deep Magenta. HEX triplet: C8, 08 and CE. RGB value is (200,8,206). Sum of RGB (Red+Green+Blue) = 200+8+206=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C808CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808CE is #37F731. Grayscale: #575757. Windows color (decimal): -3667762 or 13502664. OLE color: 13502664.
HSL color Cylindrical-coordinate representation of color #C808CE: hue angle of 298.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C808CE is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 8 | 206 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.19 |
| HSL | 298.18º | 0.93% | 0.42% | - |
| HSV(B) | 298.18º | 0.96% | 0.81% | - |
| XYZ | 35.05 | 16.91 | 59.81 | - |
| YUV | 87.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 206 | 0.03 | 0.96 | 0 | 0.19 | 298.18 | 0.93 | 0.42 |
| Hex | C8 | 8 | CE | 3 | 60 | 0 | 13 | 12A | 5D | 2A |
| Octal | 310 | 10 | 316 | 3 | 140 | 0 | 23 | 452 | 135 | 52 |
| Binary | 11001000 | 1000 | 11001110 | 11 | 1100000 | 0 | 10011 | 100101010 | 1011101 | 101010 |
Color Harmonies of #C808CE
Complementary color
Monochromatic Colors of #C808CE
Black with #C808CE
Text Example
Text Example
White with #C808CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808CE; }
p { color: rgb(200,8,206); }
H1.HeaderClassName
{
color: #C808CE;
}
.AnyTagClassName
{
color: #C808CE;
}
</style>
background-color css
<style>
a { background-color: #C808CE; }
a { background-color: rgb(200,8,206); }
div.DivClassName
{
background-color: #C808CE;
}
.BgClassName
{
background-color: #C808CE;
}
</style>
border-color css
<style>
span { border-color: #C808CE; }
span { border-color: rgb(200,8,206); }
td.TdClassName
{
border-color: #C808CE;
}
.TagClassName
{
border-color: #C808CE;
}
</style>