Shades of Deep Magenta #C524AF
Tints of Deep Magenta #C524AF
RGB
CMYK
RGB Variations
Color information
#C524AF (or 0xC524AF) is known color: Deep Magenta. HEX triplet: C5, 24 and AF. RGB value is (197,36,175). Sum of RGB (Red+Green+Blue) = 197+36+175=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C524AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524AF is #3ADB50. Grayscale: #636363. Windows color (decimal): -3857233 or 11478213. OLE color: 11478213.
HSL color Cylindrical-coordinate representation of color #C524AF: hue angle of 308.2º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C524AF is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 175 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.23 |
| HSL | 308.2º | 0.69% | 0.46% | - |
| HSV(B) | 308.2º | 0.82% | 0.77% | - |
| XYZ | 31.39 | 16.23 | 42.03 | - |
| YUV | 99.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 175 | 0 | 0.82 | 0.11 | 0.23 | 308.2 | 0.69 | 0.46 |
| Hex | C5 | 24 | AF | 0 | 52 | B | 17 | 134 | 45 | 2E |
| Octal | 305 | 44 | 257 | 0 | 122 | 13 | 27 | 464 | 105 | 56 |
| Binary | 11000101 | 100100 | 10101111 | 0 | 1010010 | 1011 | 10111 | 100110100 | 1000101 | 101110 |
Color Harmonies of #C524AF
Complementary color
Monochromatic Colors of #C524AF
Black with #C524AF
Text Example
Text Example
White with #C524AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524AF; }
p { color: rgb(197,36,175); }
H1.HeaderClassName
{
color: #C524AF;
}
.AnyTagClassName
{
color: #C524AF;
}
</style>
background-color css
<style>
a { background-color: #C524AF; }
a { background-color: rgb(197,36,175); }
div.DivClassName
{
background-color: #C524AF;
}
.BgClassName
{
background-color: #C524AF;
}
</style>
border-color css
<style>
span { border-color: #C524AF; }
span { border-color: rgb(197,36,175); }
td.TdClassName
{
border-color: #C524AF;
}
.TagClassName
{
border-color: #C524AF;
}
</style>