Shades of Deep Magenta #C523D4
Tints of Deep Magenta #C523D4
RGB
CMYK
RGB Variations
Color information
#C523D4 (or 0xC523D4) is known color: Deep Magenta. HEX triplet: C5, 23 and D4. RGB value is (197,35,212). Sum of RGB (Red+Green+Blue) = 197+35+212=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 212 - color contains mainly: blue. Hex color #C523D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523D4 is #3ADC2B. Grayscale: #676767. Windows color (decimal): -3857452 or 13902789. OLE color: 13902789.
HSL color Cylindrical-coordinate representation of color #C523D4: hue angle of 294.92º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C523D4 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 35 | 212 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.17 |
| HSL | 294.92º | 0.72% | 0.48% | - |
| HSV(B) | 294.92º | 0.83% | 0.83% | - |
| XYZ | 35.51 | 17.83 | 63.86 | - |
| YUV | 103.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 212 | 0.07 | 0.83 | 0 | 0.17 | 294.92 | 0.72 | 0.48 |
| Hex | C5 | 23 | D4 | 7 | 53 | 0 | 11 | 127 | 48 | 30 |
| Octal | 305 | 43 | 324 | 7 | 123 | 0 | 21 | 447 | 110 | 60 |
| Binary | 11000101 | 100011 | 11010100 | 111 | 1010011 | 0 | 10001 | 100100111 | 1001000 | 110000 |
Color Harmonies of #C523D4
Complementary color
Monochromatic Colors of #C523D4
Black with #C523D4
Text Example
Text Example
White with #C523D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523D4; }
p { color: rgb(197,35,212); }
H1.HeaderClassName
{
color: #C523D4;
}
.AnyTagClassName
{
color: #C523D4;
}
</style>
background-color css
<style>
a { background-color: #C523D4; }
a { background-color: rgb(197,35,212); }
div.DivClassName
{
background-color: #C523D4;
}
.BgClassName
{
background-color: #C523D4;
}
</style>
border-color css
<style>
span { border-color: #C523D4; }
span { border-color: rgb(197,35,212); }
td.TdClassName
{
border-color: #C523D4;
}
.TagClassName
{
border-color: #C523D4;
}
</style>