Shades of Deep Magenta #C820C0
Tints of Deep Magenta #C820C0
RGB
CMYK
RGB Variations
Color information
#C820C0 (or 0xC820C0) is known color: Deep Magenta. HEX triplet: C8, 20 and C0. RGB value is (200,32,192). Sum of RGB (Red+Green+Blue) = 200+32+192=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C820C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820C0 is #37DF3F. Grayscale: #646464. Windows color (decimal): -3661632 or 12591304. OLE color: 12591304.
HSL color Cylindrical-coordinate representation of color #C820C0: hue angle of 302.86º 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 #C820C0 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 192 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.22 |
| HSL | 302.86º | 0.72% | 0.45% | - |
| HSV(B) | 302.86º | 0.84% | 0.78% | - |
| XYZ | 33.85 | 17.12 | 51.39 | - |
| YUV | 100.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 192 | 0 | 0.84 | 0.04 | 0.22 | 302.86 | 0.72 | 0.45 |
| Hex | C8 | 20 | C0 | 0 | 54 | 4 | 16 | 12F | 48 | 2D |
| Octal | 310 | 40 | 300 | 0 | 124 | 4 | 26 | 457 | 110 | 55 |
| Binary | 11001000 | 100000 | 11000000 | 0 | 1010100 | 100 | 10110 | 100101111 | 1001000 | 101101 |
Color Harmonies of #C820C0
Complementary color
Monochromatic Colors of #C820C0
Black with #C820C0
Text Example
Text Example
White with #C820C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820C0; }
p { color: rgb(200,32,192); }
H1.HeaderClassName
{
color: #C820C0;
}
.AnyTagClassName
{
color: #C820C0;
}
</style>
background-color css
<style>
a { background-color: #C820C0; }
a { background-color: rgb(200,32,192); }
div.DivClassName
{
background-color: #C820C0;
}
.BgClassName
{
background-color: #C820C0;
}
</style>
border-color css
<style>
span { border-color: #C820C0; }
span { border-color: rgb(200,32,192); }
td.TdClassName
{
border-color: #C820C0;
}
.TagClassName
{
border-color: #C820C0;
}
</style>