Shades of Deep Magenta #C524CD
Tints of Deep Magenta #C524CD
RGB
CMYK
RGB Variations
Color information
#C524CD (or 0xC524CD) is known color: Deep Magenta. HEX triplet: C5, 24 and CD. RGB value is (197,36,205). Sum of RGB (Red+Green+Blue) = 197+36+205=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #C524CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524CD is #3ADB32. Grayscale: #666666. Windows color (decimal): -3857203 or 13444293. OLE color: 13444293.
HSL color Cylindrical-coordinate representation of color #C524CD: hue angle of 297.16º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C524CD is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 36 | 205 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.20 |
| HSL | 297.16º | 0.7% | 0.47% | - |
| HSV(B) | 297.16º | 0.82% | 0.8% | - |
| XYZ | 34.68 | 17.54 | 59.32 | - |
| YUV | 103.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 205 | 0.04 | 0.82 | 0 | 0.20 | 297.16 | 0.7 | 0.47 |
| Hex | C5 | 24 | CD | 4 | 52 | 0 | 14 | 129 | 46 | 2F |
| Octal | 305 | 44 | 315 | 4 | 122 | 0 | 24 | 451 | 106 | 57 |
| Binary | 11000101 | 100100 | 11001101 | 100 | 1010010 | 0 | 10100 | 100101001 | 1000110 | 101111 |
Color Harmonies of #C524CD
Complementary color
Monochromatic Colors of #C524CD
Black with #C524CD
Text Example
Text Example
White with #C524CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524CD; }
p { color: rgb(197,36,205); }
H1.HeaderClassName
{
color: #C524CD;
}
.AnyTagClassName
{
color: #C524CD;
}
</style>
background-color css
<style>
a { background-color: #C524CD; }
a { background-color: rgb(197,36,205); }
div.DivClassName
{
background-color: #C524CD;
}
.BgClassName
{
background-color: #C524CD;
}
</style>
border-color css
<style>
span { border-color: #C524CD; }
span { border-color: rgb(197,36,205); }
td.TdClassName
{
border-color: #C524CD;
}
.TagClassName
{
border-color: #C524CD;
}
</style>