Shades of Deep Magenta #C820CC
Tints of Deep Magenta #C820CC
RGB
CMYK
RGB Variations
Color information
#C820CC (or 0xC820CC) is known color: Deep Magenta. HEX triplet: C8, 20 and CC. RGB value is (200,32,204). Sum of RGB (Red+Green+Blue) = 200+32+204=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #C820CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820CC is #37DF33. Grayscale: #656565. Windows color (decimal): -3661620 or 13377736. OLE color: 13377736.
HSL color Cylindrical-coordinate representation of color #C820CC: hue angle of 298.6º 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 #C820CC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 32 | 204 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.2 |
| HSL | 298.6º | 0.73% | 0.46% | - |
| HSV(B) | 298.6º | 0.84% | 0.8% | - |
| XYZ | 35.24 | 17.67 | 58.68 | - |
| YUV | 101.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 204 | 0.02 | 0.84 | 0 | 0.2 | 298.6 | 0.73 | 0.46 |
| Hex | C8 | 20 | CC | 2 | 54 | 0 | 14 | 12B | 49 | 2E |
| Octal | 310 | 40 | 314 | 2 | 124 | 0 | 24 | 453 | 111 | 56 |
| Binary | 11001000 | 100000 | 11001100 | 10 | 1010100 | 0 | 10100 | 100101011 | 1001001 | 101110 |
Color Harmonies of #C820CC
Complementary color
Monochromatic Colors of #C820CC
Black with #C820CC
Text Example
Text Example
White with #C820CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820CC; }
p { color: rgb(200,32,204); }
H1.HeaderClassName
{
color: #C820CC;
}
.AnyTagClassName
{
color: #C820CC;
}
</style>
background-color css
<style>
a { background-color: #C820CC; }
a { background-color: rgb(200,32,204); }
div.DivClassName
{
background-color: #C820CC;
}
.BgClassName
{
background-color: #C820CC;
}
</style>
border-color css
<style>
span { border-color: #C820CC; }
span { border-color: rgb(200,32,204); }
td.TdClassName
{
border-color: #C820CC;
}
.TagClassName
{
border-color: #C820CC;
}
</style>