Shades of Deep Magenta #C808CA
Tints of Deep Magenta #C808CA
RGB
CMYK
RGB Variations
Color information
#C808CA (or 0xC808CA) is known color: Deep Magenta. HEX triplet: C8, 08 and CA. RGB value is (200,8,202). Sum of RGB (Red+Green+Blue) = 200+8+202=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #C808CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808CA is #37F735. Grayscale: #565656. Windows color (decimal): -3667766 or 13240520. OLE color: 13240520.
HSL color Cylindrical-coordinate representation of color #C808CA: hue angle of 299.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C808CA is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 8 | 202 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.21 |
| HSL | 299.38º | 0.92% | 0.41% | - |
| HSV(B) | 299.38º | 0.96% | 0.79% | - |
| XYZ | 34.57 | 16.72 | 57.28 | - |
| YUV | 87.52 | 192.61 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 202 | 0.01 | 0.96 | 0 | 0.21 | 299.38 | 0.92 | 0.41 |
| Hex | C8 | 8 | CA | 1 | 60 | 0 | 15 | 12B | 5C | 29 |
| Octal | 310 | 10 | 312 | 1 | 140 | 0 | 25 | 453 | 134 | 51 |
| Binary | 11001000 | 1000 | 11001010 | 1 | 1100000 | 0 | 10101 | 100101011 | 1011100 | 101001 |
Color Harmonies of #C808CA
Complementary color
Monochromatic Colors of #C808CA
Black with #C808CA
Text Example
Text Example
White with #C808CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808CA; }
p { color: rgb(200,8,202); }
H1.HeaderClassName
{
color: #C808CA;
}
.AnyTagClassName
{
color: #C808CA;
}
</style>
background-color css
<style>
a { background-color: #C808CA; }
a { background-color: rgb(200,8,202); }
div.DivClassName
{
background-color: #C808CA;
}
.BgClassName
{
background-color: #C808CA;
}
</style>
border-color css
<style>
span { border-color: #C808CA; }
span { border-color: rgb(200,8,202); }
td.TdClassName
{
border-color: #C808CA;
}
.TagClassName
{
border-color: #C808CA;
}
</style>