Shades of Deep Magenta #C524CC
Tints of Deep Magenta #C524CC
RGB
CMYK
RGB Variations
Color information
#C524CC (or 0xC524CC) is known color: Deep Magenta. HEX triplet: C5, 24 and CC. RGB value is (197,36,204). Sum of RGB (Red+Green+Blue) = 197+36+204=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #C524CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524CC is #3ADB33. Grayscale: #666666. Windows color (decimal): -3857204 or 13378757. OLE color: 13378757.
HSL color Cylindrical-coordinate representation of color #C524CC: hue angle of 297.5º 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 #C524CC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 36 | 204 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.2 |
| HSL | 297.5º | 0.7% | 0.47% | - |
| HSV(B) | 297.5º | 0.82% | 0.8% | - |
| XYZ | 34.56 | 17.49 | 58.68 | - |
| YUV | 103.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 204 | 0.03 | 0.82 | 0 | 0.2 | 297.5 | 0.7 | 0.47 |
| Hex | C5 | 24 | CC | 3 | 52 | 0 | 14 | 12A | 46 | 2F |
| Octal | 305 | 44 | 314 | 3 | 122 | 0 | 24 | 452 | 106 | 57 |
| Binary | 11000101 | 100100 | 11001100 | 11 | 1010010 | 0 | 10100 | 100101010 | 1000110 | 101111 |
Color Harmonies of #C524CC
Complementary color
Monochromatic Colors of #C524CC
Black with #C524CC
Text Example
Text Example
White with #C524CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524CC; }
p { color: rgb(197,36,204); }
H1.HeaderClassName
{
color: #C524CC;
}
.AnyTagClassName
{
color: #C524CC;
}
</style>
background-color css
<style>
a { background-color: #C524CC; }
a { background-color: rgb(197,36,204); }
div.DivClassName
{
background-color: #C524CC;
}
.BgClassName
{
background-color: #C524CC;
}
</style>
border-color css
<style>
span { border-color: #C524CC; }
span { border-color: rgb(197,36,204); }
td.TdClassName
{
border-color: #C524CC;
}
.TagClassName
{
border-color: #C524CC;
}
</style>