Shades of Deep Magenta #C522CC
Tints of Deep Magenta #C522CC
RGB
CMYK
RGB Variations
Color information
#C522CC (or 0xC522CC) is known color: Deep Magenta. HEX triplet: C5, 22 and CC. RGB value is (197,34,204). Sum of RGB (Red+Green+Blue) = 197+34+204=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C522CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522CC is #3ADD33. Grayscale: #656565. Windows color (decimal): -3857716 or 13378245. OLE color: 13378245.
HSL color Cylindrical-coordinate representation of color #C522CC: hue angle of 297.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C522CC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 34 | 204 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.2 |
| HSL | 297.53º | 0.71% | 0.47% | - |
| HSV(B) | 297.53º | 0.83% | 0.8% | - |
| XYZ | 34.5 | 17.37 | 58.66 | - |
| YUV | 102.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 204 | 0.03 | 0.83 | 0 | 0.2 | 297.53 | 0.71 | 0.47 |
| Hex | C5 | 22 | CC | 3 | 53 | 0 | 14 | 12A | 47 | 2F |
| Octal | 305 | 42 | 314 | 3 | 123 | 0 | 24 | 452 | 107 | 57 |
| Binary | 11000101 | 100010 | 11001100 | 11 | 1010011 | 0 | 10100 | 100101010 | 1000111 | 101111 |
Color Harmonies of #C522CC
Complementary color
Monochromatic Colors of #C522CC
Black with #C522CC
Text Example
Text Example
White with #C522CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522CC; }
p { color: rgb(197,34,204); }
H1.HeaderClassName
{
color: #C522CC;
}
.AnyTagClassName
{
color: #C522CC;
}
</style>
background-color css
<style>
a { background-color: #C522CC; }
a { background-color: rgb(197,34,204); }
div.DivClassName
{
background-color: #C522CC;
}
.BgClassName
{
background-color: #C522CC;
}
</style>
border-color css
<style>
span { border-color: #C522CC; }
span { border-color: rgb(197,34,204); }
td.TdClassName
{
border-color: #C522CC;
}
.TagClassName
{
border-color: #C522CC;
}
</style>