Shades of Deep Magenta #C524E3
Tints of Deep Magenta #C524E3
RGB
CMYK
RGB Variations
Color information
#C524E3 (or 0xC524E3) is known color: Deep Magenta. HEX triplet: C5, 24 and E3. RGB value is (197,36,227). Sum of RGB (Red+Green+Blue) = 197+36+227=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 227 (89.06% from 255 or 49.35% from 460); Max value from RGB is 227 - color contains mainly: blue. Hex color #C524E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524E3 is #3ADB1C. Grayscale: #696969. Windows color (decimal): -3857181 or 14886085. OLE color: 14886085.
HSL color Cylindrical-coordinate representation of color #C524E3: hue angle of 290.58º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C524E3 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 36 | 227 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.11 |
| HSL | 290.58º | 0.77% | 0.52% | - |
| HSV(B) | 290.58º | 0.84% | 0.89% | - |
| XYZ | 37.52 | 18.68 | 74.3 | - |
| YUV | 105.91 | 196.34 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 227 | 0.13 | 0.84 | 0 | 0.11 | 290.58 | 0.77 | 0.52 |
| Hex | C5 | 24 | E3 | D | 54 | 0 | B | 123 | 4D | 34 |
| Octal | 305 | 44 | 343 | 15 | 124 | 0 | 13 | 443 | 115 | 64 |
| Binary | 11000101 | 100100 | 11100011 | 1101 | 1010100 | 0 | 1011 | 100100011 | 1001101 | 110100 |
Color Harmonies of #C524E3
Complementary color
Monochromatic Colors of #C524E3
Black with #C524E3
Text Example
Text Example
White with #C524E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524E3; }
p { color: rgb(197,36,227); }
H1.HeaderClassName
{
color: #C524E3;
}
.AnyTagClassName
{
color: #C524E3;
}
</style>
background-color css
<style>
a { background-color: #C524E3; }
a { background-color: rgb(197,36,227); }
div.DivClassName
{
background-color: #C524E3;
}
.BgClassName
{
background-color: #C524E3;
}
</style>
border-color css
<style>
span { border-color: #C524E3; }
span { border-color: rgb(197,36,227); }
td.TdClassName
{
border-color: #C524E3;
}
.TagClassName
{
border-color: #C524E3;
}
</style>