Shades of Deep Magenta #C805BA
Tints of Deep Magenta #C805BA
RGB
CMYK
RGB Variations
Color information
#C805BA (or 0xC805BA) is known color: Deep Magenta. HEX triplet: C8, 05 and BA. RGB value is (200,5,186). Sum of RGB (Red+Green+Blue) = 200+5+186=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C805BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805BA is #37FA45. Grayscale: #535353. Windows color (decimal): -3668550 or 12191176. OLE color: 12191176.
HSL color Cylindrical-coordinate representation of color #C805BA: hue angle of 304.31º degrees, saturation: 0.95, 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 #C805BA is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.22 |
| HSL | 304.31º | 0.95% | 0.4% | - |
| HSV(B) | 304.31º | 0.98% | 0.78% | - |
| XYZ | 32.74 | 15.93 | 47.8 | - |
| YUV | 83.94 | 185.6 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 186 | 0 | 0.98 | 0.07 | 0.22 | 304.31 | 0.95 | 0.4 |
| Hex | C8 | 5 | BA | 0 | 62 | 7 | 16 | 130 | 5F | 28 |
| Octal | 310 | 5 | 272 | 0 | 142 | 7 | 26 | 460 | 137 | 50 |
| Binary | 11001000 | 101 | 10111010 | 0 | 1100010 | 111 | 10110 | 100110000 | 1011111 | 101000 |
Color Harmonies of #C805BA
Complementary color
Monochromatic Colors of #C805BA
Black with #C805BA
Text Example
Text Example
White with #C805BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805BA; }
p { color: rgb(200,5,186); }
H1.HeaderClassName
{
color: #C805BA;
}
.AnyTagClassName
{
color: #C805BA;
}
</style>
background-color css
<style>
a { background-color: #C805BA; }
a { background-color: rgb(200,5,186); }
div.DivClassName
{
background-color: #C805BA;
}
.BgClassName
{
background-color: #C805BA;
}
</style>
border-color css
<style>
span { border-color: #C805BA; }
span { border-color: rgb(200,5,186); }
td.TdClassName
{
border-color: #C805BA;
}
.TagClassName
{
border-color: #C805BA;
}
</style>