Shades of Deep Magenta #C522DF
Tints of Deep Magenta #C522DF
RGB
CMYK
RGB Variations
Color information
#C522DF (or 0xC522DF) is known color: Deep Magenta. HEX triplet: C5, 22 and DF. RGB value is (197,34,223). Sum of RGB (Red+Green+Blue) = 197+34+223=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #C522DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522DF is #3ADD20. Grayscale: #676767. Windows color (decimal): -3857697 or 14623429. OLE color: 14623429.
HSL color Cylindrical-coordinate representation of color #C522DF: hue angle of 291.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C522DF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 34 | 223 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.13 |
| HSL | 291.75º | 0.75% | 0.5% | - |
| HSV(B) | 291.75º | 0.85% | 0.87% | - |
| XYZ | 36.92 | 18.34 | 71.41 | - |
| YUV | 104.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 223 | 0.12 | 0.85 | 0 | 0.13 | 291.75 | 0.75 | 0.5 |
| Hex | C5 | 22 | DF | C | 55 | 0 | D | 124 | 4B | 32 |
| Octal | 305 | 42 | 337 | 14 | 125 | 0 | 15 | 444 | 113 | 62 |
| Binary | 11000101 | 100010 | 11011111 | 1100 | 1010101 | 0 | 1101 | 100100100 | 1001011 | 110010 |
Color Harmonies of #C522DF
Complementary color
Monochromatic Colors of #C522DF
Black with #C522DF
Text Example
Text Example
White with #C522DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522DF; }
p { color: rgb(197,34,223); }
H1.HeaderClassName
{
color: #C522DF;
}
.AnyTagClassName
{
color: #C522DF;
}
</style>
background-color css
<style>
a { background-color: #C522DF; }
a { background-color: rgb(197,34,223); }
div.DivClassName
{
background-color: #C522DF;
}
.BgClassName
{
background-color: #C522DF;
}
</style>
border-color css
<style>
span { border-color: #C522DF; }
span { border-color: rgb(197,34,223); }
td.TdClassName
{
border-color: #C522DF;
}
.TagClassName
{
border-color: #C522DF;
}
</style>