Shades of Deep Magenta #C820C2
Tints of Deep Magenta #C820C2
RGB
CMYK
RGB Variations
Color information
#C820C2 (or 0xC820C2) is known color: Deep Magenta. HEX triplet: C8, 20 and C2. RGB value is (200,32,194). Sum of RGB (Red+Green+Blue) = 200+32+194=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C820C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820C2 is #37DF3D. Grayscale: #646464. Windows color (decimal): -3661630 or 12722376. OLE color: 12722376.
HSL color Cylindrical-coordinate representation of color #C820C2: hue angle of 302.14º 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 #C820C2 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 194 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.22 |
| HSL | 302.14º | 0.72% | 0.45% | - |
| HSV(B) | 302.14º | 0.84% | 0.78% | - |
| XYZ | 34.07 | 17.21 | 52.56 | - |
| YUV | 100.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 194 | 0 | 0.84 | 0.03 | 0.22 | 302.14 | 0.72 | 0.45 |
| Hex | C8 | 20 | C2 | 0 | 54 | 3 | 16 | 12E | 48 | 2D |
| Octal | 310 | 40 | 302 | 0 | 124 | 3 | 26 | 456 | 110 | 55 |
| Binary | 11001000 | 100000 | 11000010 | 0 | 1010100 | 11 | 10110 | 100101110 | 1001000 | 101101 |
Color Harmonies of #C820C2
Complementary color
Monochromatic Colors of #C820C2
Black with #C820C2
Text Example
Text Example
White with #C820C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820C2; }
p { color: rgb(200,32,194); }
H1.HeaderClassName
{
color: #C820C2;
}
.AnyTagClassName
{
color: #C820C2;
}
</style>
background-color css
<style>
a { background-color: #C820C2; }
a { background-color: rgb(200,32,194); }
div.DivClassName
{
background-color: #C820C2;
}
.BgClassName
{
background-color: #C820C2;
}
</style>
border-color css
<style>
span { border-color: #C820C2; }
span { border-color: rgb(200,32,194); }
td.TdClassName
{
border-color: #C820C2;
}
.TagClassName
{
border-color: #C820C2;
}
</style>