Shades of Deep Magenta #C522CD
Tints of Deep Magenta #C522CD
RGB
CMYK
RGB Variations
Color information
#C522CD (or 0xC522CD) is known color: Deep Magenta. HEX triplet: C5, 22 and CD. RGB value is (197,34,205). Sum of RGB (Red+Green+Blue) = 197+34+205=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #C522CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522CD is #3ADD32. Grayscale: #656565. Windows color (decimal): -3857715 or 13443781. OLE color: 13443781.
HSL color Cylindrical-coordinate representation of color #C522CD: hue angle of 297.19º degrees, saturation: 0.72, 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 #C522CD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 34 | 205 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.20 |
| HSL | 297.19º | 0.72% | 0.47% | - |
| HSV(B) | 297.19º | 0.83% | 0.8% | - |
| XYZ | 34.62 | 17.42 | 59.3 | - |
| YUV | 102.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 205 | 0.04 | 0.83 | 0 | 0.20 | 297.19 | 0.72 | 0.47 |
| Hex | C5 | 22 | CD | 4 | 53 | 0 | 14 | 129 | 48 | 2F |
| Octal | 305 | 42 | 315 | 4 | 123 | 0 | 24 | 451 | 110 | 57 |
| Binary | 11000101 | 100010 | 11001101 | 100 | 1010011 | 0 | 10100 | 100101001 | 1001000 | 101111 |
Color Harmonies of #C522CD
Complementary color
Monochromatic Colors of #C522CD
Black with #C522CD
Text Example
Text Example
White with #C522CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522CD; }
p { color: rgb(197,34,205); }
H1.HeaderClassName
{
color: #C522CD;
}
.AnyTagClassName
{
color: #C522CD;
}
</style>
background-color css
<style>
a { background-color: #C522CD; }
a { background-color: rgb(197,34,205); }
div.DivClassName
{
background-color: #C522CD;
}
.BgClassName
{
background-color: #C522CD;
}
</style>
border-color css
<style>
span { border-color: #C522CD; }
span { border-color: rgb(197,34,205); }
td.TdClassName
{
border-color: #C522CD;
}
.TagClassName
{
border-color: #C522CD;
}
</style>