Shades of Deep Magenta #C804B8
Tints of Deep Magenta #C804B8
RGB
CMYK
RGB Variations
Color information
#C804B8 (or 0xC804B8) is known color: Deep Magenta. HEX triplet: C8, 04 and B8. RGB value is (200,4,184). Sum of RGB (Red+Green+Blue) = 200+4+184=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C804B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804B8 is #37FB47. Grayscale: #525252. Windows color (decimal): -3668808 or 12059848. OLE color: 12059848.
HSL color Cylindrical-coordinate representation of color #C804B8: hue angle of 304.9º 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 #C804B8 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 184 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.22 |
| HSL | 304.9º | 0.96% | 0.4% | - |
| HSV(B) | 304.9º | 0.98% | 0.78% | - |
| XYZ | 32.51 | 15.83 | 46.69 | - |
| YUV | 83.12 | 184.93 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 184 | 0 | 0.98 | 0.08 | 0.22 | 304.9 | 0.96 | 0.4 |
| Hex | C8 | 4 | B8 | 0 | 62 | 8 | 16 | 131 | 60 | 28 |
| Octal | 310 | 4 | 270 | 0 | 142 | 10 | 26 | 461 | 140 | 50 |
| Binary | 11001000 | 100 | 10111000 | 0 | 1100010 | 1000 | 10110 | 100110001 | 1100000 | 101000 |
Color Harmonies of #C804B8
Complementary color
Monochromatic Colors of #C804B8
Black with #C804B8
Text Example
Text Example
White with #C804B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804B8; }
p { color: rgb(200,4,184); }
H1.HeaderClassName
{
color: #C804B8;
}
.AnyTagClassName
{
color: #C804B8;
}
</style>
background-color css
<style>
a { background-color: #C804B8; }
a { background-color: rgb(200,4,184); }
div.DivClassName
{
background-color: #C804B8;
}
.BgClassName
{
background-color: #C804B8;
}
</style>
border-color css
<style>
span { border-color: #C804B8; }
span { border-color: rgb(200,4,184); }
td.TdClassName
{
border-color: #C804B8;
}
.TagClassName
{
border-color: #C804B8;
}
</style>