Shades of Deep Magenta #C820CD
Tints of Deep Magenta #C820CD
RGB
CMYK
RGB Variations
Color information
#C820CD (or 0xC820CD) is known color: Deep Magenta. HEX triplet: C8, 20 and CD. RGB value is (200,32,205). Sum of RGB (Red+Green+Blue) = 200+32+205=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #C820CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820CD is #37DF32. Grayscale: #656565. Windows color (decimal): -3661619 or 13443272. OLE color: 13443272.
HSL color Cylindrical-coordinate representation of color #C820CD: hue angle of 298.27º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C820CD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 32 | 205 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.20 |
| HSL | 298.27º | 0.73% | 0.46% | - |
| HSV(B) | 298.27º | 0.84% | 0.8% | - |
| XYZ | 35.36 | 17.72 | 59.31 | - |
| YUV | 101.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 205 | 0.02 | 0.84 | 0 | 0.20 | 298.27 | 0.73 | 0.46 |
| Hex | C8 | 20 | CD | 2 | 54 | 0 | 14 | 12A | 49 | 2E |
| Octal | 310 | 40 | 315 | 2 | 124 | 0 | 24 | 452 | 111 | 56 |
| Binary | 11001000 | 100000 | 11001101 | 10 | 1010100 | 0 | 10100 | 100101010 | 1001001 | 101110 |
Color Harmonies of #C820CD
Complementary color
Monochromatic Colors of #C820CD
Black with #C820CD
Text Example
Text Example
White with #C820CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820CD; }
p { color: rgb(200,32,205); }
H1.HeaderClassName
{
color: #C820CD;
}
.AnyTagClassName
{
color: #C820CD;
}
</style>
background-color css
<style>
a { background-color: #C820CD; }
a { background-color: rgb(200,32,205); }
div.DivClassName
{
background-color: #C820CD;
}
.BgClassName
{
background-color: #C820CD;
}
</style>
border-color css
<style>
span { border-color: #C820CD; }
span { border-color: rgb(200,32,205); }
td.TdClassName
{
border-color: #C820CD;
}
.TagClassName
{
border-color: #C820CD;
}
</style>