Shades of Deep Magenta #C820BA
Tints of Deep Magenta #C820BA
RGB
CMYK
RGB Variations
Color information
#C820BA (or 0xC820BA) is known color: Deep Magenta. HEX triplet: C8, 20 and BA. RGB value is (200,32,186). Sum of RGB (Red+Green+Blue) = 200+32+186=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C820BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820BA is #37DF45. Grayscale: #636363. Windows color (decimal): -3661638 or 12198088. OLE color: 12198088.
HSL color Cylindrical-coordinate representation of color #C820BA: hue angle of 305º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C820BA is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 186 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.22 |
| HSL | 305º | 0.72% | 0.45% | - |
| HSV(B) | 305º | 0.84% | 0.78% | - |
| XYZ | 33.2 | 16.86 | 47.96 | - |
| YUV | 99.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 186 | 0 | 0.84 | 0.07 | 0.22 | 305 | 0.72 | 0.45 |
| Hex | C8 | 20 | BA | 0 | 54 | 7 | 16 | 131 | 48 | 2D |
| Octal | 310 | 40 | 272 | 0 | 124 | 7 | 26 | 461 | 110 | 55 |
| Binary | 11001000 | 100000 | 10111010 | 0 | 1010100 | 111 | 10110 | 100110001 | 1001000 | 101101 |
Color Harmonies of #C820BA
Complementary color
Monochromatic Colors of #C820BA
Black with #C820BA
Text Example
Text Example
White with #C820BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820BA; }
p { color: rgb(200,32,186); }
H1.HeaderClassName
{
color: #C820BA;
}
.AnyTagClassName
{
color: #C820BA;
}
</style>
background-color css
<style>
a { background-color: #C820BA; }
a { background-color: rgb(200,32,186); }
div.DivClassName
{
background-color: #C820BA;
}
.BgClassName
{
background-color: #C820BA;
}
</style>
border-color css
<style>
span { border-color: #C820BA; }
span { border-color: rgb(200,32,186); }
td.TdClassName
{
border-color: #C820BA;
}
.TagClassName
{
border-color: #C820BA;
}
</style>