Shades of Deep Magenta #C820CE
Tints of Deep Magenta #C820CE
RGB
CMYK
RGB Variations
Color information
#C820CE (or 0xC820CE) is known color: Deep Magenta. HEX triplet: C8, 20 and CE. RGB value is (200,32,206). Sum of RGB (Red+Green+Blue) = 200+32+206=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C820CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820CE is #37DF31. Grayscale: #656565. Windows color (decimal): -3661618 or 13508808. OLE color: 13508808.
HSL color Cylindrical-coordinate representation of color #C820CE: hue angle of 297.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C820CE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 32 | 206 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.19 |
| HSL | 297.93º | 0.73% | 0.47% | - |
| HSV(B) | 297.93º | 0.84% | 0.81% | - |
| XYZ | 35.48 | 17.77 | 59.95 | - |
| YUV | 102.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 206 | 0.03 | 0.84 | 0 | 0.19 | 297.93 | 0.73 | 0.47 |
| Hex | C8 | 20 | CE | 3 | 54 | 0 | 13 | 12A | 49 | 2F |
| Octal | 310 | 40 | 316 | 3 | 124 | 0 | 23 | 452 | 111 | 57 |
| Binary | 11001000 | 100000 | 11001110 | 11 | 1010100 | 0 | 10011 | 100101010 | 1001001 | 101111 |
Color Harmonies of #C820CE
Complementary color
Monochromatic Colors of #C820CE
Black with #C820CE
Text Example
Text Example
White with #C820CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820CE; }
p { color: rgb(200,32,206); }
H1.HeaderClassName
{
color: #C820CE;
}
.AnyTagClassName
{
color: #C820CE;
}
</style>
background-color css
<style>
a { background-color: #C820CE; }
a { background-color: rgb(200,32,206); }
div.DivClassName
{
background-color: #C820CE;
}
.BgClassName
{
background-color: #C820CE;
}
</style>
border-color css
<style>
span { border-color: #C820CE; }
span { border-color: rgb(200,32,206); }
td.TdClassName
{
border-color: #C820CE;
}
.TagClassName
{
border-color: #C820CE;
}
</style>