Shades of Deep Magenta #C523AF
Tints of Deep Magenta #C523AF
RGB
CMYK
RGB Variations
Color information
#C523AF (or 0xC523AF) is known color: Deep Magenta. HEX triplet: C5, 23 and AF. RGB value is (197,35,175). Sum of RGB (Red+Green+Blue) = 197+35+175=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C523AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523AF is #3ADC50. Grayscale: #636363. Windows color (decimal): -3857489 or 11477957. OLE color: 11477957.
HSL color Cylindrical-coordinate representation of color #C523AF: hue angle of 308.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C523AF is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 175 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.23 |
| HSL | 308.15º | 0.7% | 0.45% | - |
| HSV(B) | 308.15º | 0.82% | 0.77% | - |
| XYZ | 31.36 | 16.17 | 42.02 | - |
| YUV | 99.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 175 | 0 | 0.82 | 0.11 | 0.23 | 308.15 | 0.7 | 0.45 |
| Hex | C5 | 23 | AF | 0 | 52 | B | 17 | 134 | 46 | 2D |
| Octal | 305 | 43 | 257 | 0 | 122 | 13 | 27 | 464 | 106 | 55 |
| Binary | 11000101 | 100011 | 10101111 | 0 | 1010010 | 1011 | 10111 | 100110100 | 1000110 | 101101 |
Color Harmonies of #C523AF
Complementary color
Monochromatic Colors of #C523AF
Black with #C523AF
Text Example
Text Example
White with #C523AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523AF; }
p { color: rgb(197,35,175); }
H1.HeaderClassName
{
color: #C523AF;
}
.AnyTagClassName
{
color: #C523AF;
}
</style>
background-color css
<style>
a { background-color: #C523AF; }
a { background-color: rgb(197,35,175); }
div.DivClassName
{
background-color: #C523AF;
}
.BgClassName
{
background-color: #C523AF;
}
</style>
border-color css
<style>
span { border-color: #C523AF; }
span { border-color: rgb(197,35,175); }
td.TdClassName
{
border-color: #C523AF;
}
.TagClassName
{
border-color: #C523AF;
}
</style>