Shades of Deep Magenta #C524D9
Tints of Deep Magenta #C524D9
RGB
CMYK
RGB Variations
Color information
#C524D9 (or 0xC524D9) is known color: Deep Magenta. HEX triplet: C5, 24 and D9. RGB value is (197,36,217). Sum of RGB (Red+Green+Blue) = 197+36+217=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #C524D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524D9 is #3ADB26. Grayscale: #686868. Windows color (decimal): -3857191 or 14230725. OLE color: 14230725.
HSL color Cylindrical-coordinate representation of color #C524D9: hue angle of 293.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C524D9 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 36 | 217 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.15 |
| HSL | 293.37º | 0.72% | 0.5% | - |
| HSV(B) | 293.37º | 0.83% | 0.85% | - |
| XYZ | 36.18 | 18.14 | 67.24 | - |
| YUV | 104.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 217 | 0.09 | 0.83 | 0 | 0.15 | 293.37 | 0.72 | 0.5 |
| Hex | C5 | 24 | D9 | 9 | 53 | 0 | F | 125 | 48 | 32 |
| Octal | 305 | 44 | 331 | 11 | 123 | 0 | 17 | 445 | 110 | 62 |
| Binary | 11000101 | 100100 | 11011001 | 1001 | 1010011 | 0 | 1111 | 100100101 | 1001000 | 110010 |
Color Harmonies of #C524D9
Complementary color
Monochromatic Colors of #C524D9
Black with #C524D9
Text Example
Text Example
White with #C524D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524D9; }
p { color: rgb(197,36,217); }
H1.HeaderClassName
{
color: #C524D9;
}
.AnyTagClassName
{
color: #C524D9;
}
</style>
background-color css
<style>
a { background-color: #C524D9; }
a { background-color: rgb(197,36,217); }
div.DivClassName
{
background-color: #C524D9;
}
.BgClassName
{
background-color: #C524D9;
}
</style>
border-color css
<style>
span { border-color: #C524D9; }
span { border-color: rgb(197,36,217); }
td.TdClassName
{
border-color: #C524D9;
}
.TagClassName
{
border-color: #C524D9;
}
</style>