Shades of Deep Magenta #C804CA
Tints of Deep Magenta #C804CA
RGB
CMYK
RGB Variations
Color information
#C804CA (or 0xC804CA) is known color: Deep Magenta. HEX triplet: C8, 04 and CA. RGB value is (200,4,202). Sum of RGB (Red+Green+Blue) = 200+4+202=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #C804CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804CA is #37FB35. Grayscale: #545454. Windows color (decimal): -3668790 or 13239496. OLE color: 13239496.
HSL color Cylindrical-coordinate representation of color #C804CA: hue angle of 299.39º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804CA is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 4 | 202 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.21 |
| HSL | 299.39º | 0.96% | 0.4% | - |
| HSV(B) | 299.39º | 0.98% | 0.79% | - |
| XYZ | 34.52 | 16.63 | 57.27 | - |
| YUV | 85.18 | 193.93 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 202 | 0.01 | 0.98 | 0 | 0.21 | 299.39 | 0.96 | 0.4 |
| Hex | C8 | 4 | CA | 1 | 62 | 0 | 15 | 12B | 60 | 28 |
| Octal | 310 | 4 | 312 | 1 | 142 | 0 | 25 | 453 | 140 | 50 |
| Binary | 11001000 | 100 | 11001010 | 1 | 1100010 | 0 | 10101 | 100101011 | 1100000 | 101000 |
Color Harmonies of #C804CA
Complementary color
Monochromatic Colors of #C804CA
Black with #C804CA
Text Example
Text Example
White with #C804CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804CA; }
p { color: rgb(200,4,202); }
H1.HeaderClassName
{
color: #C804CA;
}
.AnyTagClassName
{
color: #C804CA;
}
</style>
background-color css
<style>
a { background-color: #C804CA; }
a { background-color: rgb(200,4,202); }
div.DivClassName
{
background-color: #C804CA;
}
.BgClassName
{
background-color: #C804CA;
}
</style>
border-color css
<style>
span { border-color: #C804CA; }
span { border-color: rgb(200,4,202); }
td.TdClassName
{
border-color: #C804CA;
}
.TagClassName
{
border-color: #C804CA;
}
</style>