Shades of Deep Magenta #C523E0
Tints of Deep Magenta #C523E0
RGB
CMYK
RGB Variations
Color information
#C523E0 (or 0xC523E0) is known color: Deep Magenta. HEX triplet: C5, 23 and E0. RGB value is (197,35,224). Sum of RGB (Red+Green+Blue) = 197+35+224=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #C523E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523E0 is #3ADC1F. Grayscale: #686868. Windows color (decimal): -3857440 or 14689221. OLE color: 14689221.
HSL color Cylindrical-coordinate representation of color #C523E0: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C523E0 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 35 | 224 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.12 |
| HSL | 291.43º | 0.75% | 0.51% | - |
| HSV(B) | 291.43º | 0.84% | 0.88% | - |
| XYZ | 37.08 | 18.45 | 72.13 | - |
| YUV | 104.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 224 | 0.12 | 0.84 | 0 | 0.12 | 291.43 | 0.75 | 0.51 |
| Hex | C5 | 23 | E0 | C | 54 | 0 | C | 123 | 4B | 33 |
| Octal | 305 | 43 | 340 | 14 | 124 | 0 | 14 | 443 | 113 | 63 |
| Binary | 11000101 | 100011 | 11100000 | 1100 | 1010100 | 0 | 1100 | 100100011 | 1001011 | 110011 |
Color Harmonies of #C523E0
Complementary color
Monochromatic Colors of #C523E0
Black with #C523E0
Text Example
Text Example
White with #C523E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523E0; }
p { color: rgb(197,35,224); }
H1.HeaderClassName
{
color: #C523E0;
}
.AnyTagClassName
{
color: #C523E0;
}
</style>
background-color css
<style>
a { background-color: #C523E0; }
a { background-color: rgb(197,35,224); }
div.DivClassName
{
background-color: #C523E0;
}
.BgClassName
{
background-color: #C523E0;
}
</style>
border-color css
<style>
span { border-color: #C523E0; }
span { border-color: rgb(197,35,224); }
td.TdClassName
{
border-color: #C523E0;
}
.TagClassName
{
border-color: #C523E0;
}
</style>