Shades of Deep Magenta #C822CE
Tints of Deep Magenta #C822CE
RGB
CMYK
RGB Variations
Color information
#C822CE (or 0xC822CE) is known color: Deep Magenta. HEX triplet: C8, 22 and CE. RGB value is (200,34,206). Sum of RGB (Red+Green+Blue) = 200+34+206=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #C822CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C822CE is #37DD31. Grayscale: #666666. Windows color (decimal): -3661106 or 13509320. OLE color: 13509320.
HSL color Cylindrical-coordinate representation of color #C822CE: hue angle of 297.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C822CE is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 34 | 206 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.19 |
| HSL | 297.91º | 0.72% | 0.47% | - |
| HSV(B) | 297.91º | 0.83% | 0.81% | - |
| XYZ | 35.53 | 17.88 | 59.97 | - |
| YUV | 103.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 206 | 0.03 | 0.83 | 0 | 0.19 | 297.91 | 0.72 | 0.47 |
| Hex | C8 | 22 | CE | 3 | 53 | 0 | 13 | 12A | 48 | 2F |
| Octal | 310 | 42 | 316 | 3 | 123 | 0 | 23 | 452 | 110 | 57 |
| Binary | 11001000 | 100010 | 11001110 | 11 | 1010011 | 0 | 10011 | 100101010 | 1001000 | 101111 |
Color Harmonies of #C822CE
Complementary color
Monochromatic Colors of #C822CE
Black with #C822CE
Text Example
Text Example
White with #C822CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822CE; }
p { color: rgb(200,34,206); }
H1.HeaderClassName
{
color: #C822CE;
}
.AnyTagClassName
{
color: #C822CE;
}
</style>
background-color css
<style>
a { background-color: #C822CE; }
a { background-color: rgb(200,34,206); }
div.DivClassName
{
background-color: #C822CE;
}
.BgClassName
{
background-color: #C822CE;
}
</style>
border-color css
<style>
span { border-color: #C822CE; }
span { border-color: rgb(200,34,206); }
td.TdClassName
{
border-color: #C822CE;
}
.TagClassName
{
border-color: #C822CE;
}
</style>