Shades of Deep Magenta #C524CE
Tints of Deep Magenta #C524CE
RGB
CMYK
RGB Variations
Color information
#C524CE (or 0xC524CE) is known color: Deep Magenta. HEX triplet: C5, 24 and CE. RGB value is (197,36,206). Sum of RGB (Red+Green+Blue) = 197+36+206=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #C524CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524CE is #3ADB31. Grayscale: #666666. Windows color (decimal): -3857202 or 13509829. OLE color: 13509829.
HSL color Cylindrical-coordinate representation of color #C524CE: hue angle of 296.82º degrees, saturation: 0.7, 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 #C524CE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 36 | 206 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.19 |
| HSL | 296.82º | 0.7% | 0.47% | - |
| HSV(B) | 296.82º | 0.83% | 0.81% | - |
| XYZ | 34.8 | 17.59 | 59.95 | - |
| YUV | 103.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 206 | 0.04 | 0.83 | 0 | 0.19 | 296.82 | 0.7 | 0.47 |
| Hex | C5 | 24 | CE | 4 | 53 | 0 | 13 | 129 | 46 | 2F |
| Octal | 305 | 44 | 316 | 4 | 123 | 0 | 23 | 451 | 106 | 57 |
| Binary | 11000101 | 100100 | 11001110 | 100 | 1010011 | 0 | 10011 | 100101001 | 1000110 | 101111 |
Color Harmonies of #C524CE
Complementary color
Monochromatic Colors of #C524CE
Black with #C524CE
Text Example
Text Example
White with #C524CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524CE; }
p { color: rgb(197,36,206); }
H1.HeaderClassName
{
color: #C524CE;
}
.AnyTagClassName
{
color: #C524CE;
}
</style>
background-color css
<style>
a { background-color: #C524CE; }
a { background-color: rgb(197,36,206); }
div.DivClassName
{
background-color: #C524CE;
}
.BgClassName
{
background-color: #C524CE;
}
</style>
border-color css
<style>
span { border-color: #C524CE; }
span { border-color: rgb(197,36,206); }
td.TdClassName
{
border-color: #C524CE;
}
.TagClassName
{
border-color: #C524CE;
}
</style>