Shades of Deep Magenta #C522CE
Tints of Deep Magenta #C522CE
RGB
CMYK
RGB Variations
Color information
#C522CE (or 0xC522CE) is known color: Deep Magenta. HEX triplet: C5, 22 and CE. RGB value is (197,34,206). Sum of RGB (Red+Green+Blue) = 197+34+206=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #C522CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522CE is #3ADD31. Grayscale: #656565. Windows color (decimal): -3857714 or 13509317. OLE color: 13509317.
HSL color Cylindrical-coordinate representation of color #C522CE: hue angle of 296.86º 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 #C522CE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 34 | 206 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.19 |
| HSL | 296.86º | 0.72% | 0.47% | - |
| HSV(B) | 296.86º | 0.83% | 0.81% | - |
| XYZ | 34.74 | 17.47 | 59.93 | - |
| YUV | 102.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 206 | 0.04 | 0.83 | 0 | 0.19 | 296.86 | 0.72 | 0.47 |
| Hex | C5 | 22 | CE | 4 | 53 | 0 | 13 | 129 | 48 | 2F |
| Octal | 305 | 42 | 316 | 4 | 123 | 0 | 23 | 451 | 110 | 57 |
| Binary | 11000101 | 100010 | 11001110 | 100 | 1010011 | 0 | 10011 | 100101001 | 1001000 | 101111 |
Color Harmonies of #C522CE
Complementary color
Monochromatic Colors of #C522CE
Black with #C522CE
Text Example
Text Example
White with #C522CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522CE; }
p { color: rgb(197,34,206); }
H1.HeaderClassName
{
color: #C522CE;
}
.AnyTagClassName
{
color: #C522CE;
}
</style>
background-color css
<style>
a { background-color: #C522CE; }
a { background-color: rgb(197,34,206); }
div.DivClassName
{
background-color: #C522CE;
}
.BgClassName
{
background-color: #C522CE;
}
</style>
border-color css
<style>
span { border-color: #C522CE; }
span { border-color: rgb(197,34,206); }
td.TdClassName
{
border-color: #C522CE;
}
.TagClassName
{
border-color: #C522CE;
}
</style>