Shades of Deep Magenta #C804AB
Tints of Deep Magenta #C804AB
RGB
CMYK
RGB Variations
Color information
#C804AB (or 0xC804AB) is known color: Deep Magenta. HEX triplet: C8, 04 and AB. RGB value is (200,4,171). Sum of RGB (Red+Green+Blue) = 200+4+171=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C804AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C804AB is #37FB54. Grayscale: #515151. Windows color (decimal): -3668821 or 11207880. OLE color: 11207880.
HSL color Cylindrical-coordinate representation of color #C804AB: hue angle of 308.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804AB is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.22 |
| HSL | 308.88º | 0.96% | 0.4% | - |
| HSV(B) | 308.88º | 0.98% | 0.78% | - |
| XYZ | 31.21 | 15.31 | 39.84 | - |
| YUV | 81.64 | 178.43 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 171 | 0 | 0.98 | 0.14 | 0.22 | 308.88 | 0.96 | 0.4 |
| Hex | C8 | 4 | AB | 0 | 62 | E | 16 | 135 | 60 | 28 |
| Octal | 310 | 4 | 253 | 0 | 142 | 16 | 26 | 465 | 140 | 50 |
| Binary | 11001000 | 100 | 10101011 | 0 | 1100010 | 1110 | 10110 | 100110101 | 1100000 | 101000 |
Color Harmonies of #C804AB
Complementary color
Monochromatic Colors of #C804AB
Black with #C804AB
Text Example
Text Example
White with #C804AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804AB; }
p { color: rgb(200,4,171); }
H1.HeaderClassName
{
color: #C804AB;
}
.AnyTagClassName
{
color: #C804AB;
}
</style>
background-color css
<style>
a { background-color: #C804AB; }
a { background-color: rgb(200,4,171); }
div.DivClassName
{
background-color: #C804AB;
}
.BgClassName
{
background-color: #C804AB;
}
</style>
border-color css
<style>
span { border-color: #C804AB; }
span { border-color: rgb(200,4,171); }
td.TdClassName
{
border-color: #C804AB;
}
.TagClassName
{
border-color: #C804AB;
}
</style>