Shades of Deep Magenta #C523DA
Tints of Deep Magenta #C523DA
RGB
CMYK
RGB Variations
Color information
#C523DA (or 0xC523DA) is known color: Deep Magenta. HEX triplet: C5, 23 and DA. RGB value is (197,35,218). Sum of RGB (Red+Green+Blue) = 197+35+218=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #C523DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523DA is #3ADC25. Grayscale: #676767. Windows color (decimal): -3857446 or 14296005. OLE color: 14296005.
HSL color Cylindrical-coordinate representation of color #C523DA: hue angle of 293.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C523DA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 35 | 218 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.15 |
| HSL | 293.11º | 0.72% | 0.5% | - |
| HSV(B) | 293.11º | 0.84% | 0.85% | - |
| XYZ | 36.28 | 18.13 | 67.92 | - |
| YUV | 104.3 | 192.17 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 218 | 0.10 | 0.84 | 0 | 0.15 | 293.11 | 0.72 | 0.5 |
| Hex | C5 | 23 | DA | A | 54 | 0 | F | 125 | 48 | 32 |
| Octal | 305 | 43 | 332 | 12 | 124 | 0 | 17 | 445 | 110 | 62 |
| Binary | 11000101 | 100011 | 11011010 | 1010 | 1010100 | 0 | 1111 | 100100101 | 1001000 | 110010 |
Color Harmonies of #C523DA
Complementary color
Monochromatic Colors of #C523DA
Black with #C523DA
Text Example
Text Example
White with #C523DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523DA; }
p { color: rgb(197,35,218); }
H1.HeaderClassName
{
color: #C523DA;
}
.AnyTagClassName
{
color: #C523DA;
}
</style>
background-color css
<style>
a { background-color: #C523DA; }
a { background-color: rgb(197,35,218); }
div.DivClassName
{
background-color: #C523DA;
}
.BgClassName
{
background-color: #C523DA;
}
</style>
border-color css
<style>
span { border-color: #C523DA; }
span { border-color: rgb(197,35,218); }
td.TdClassName
{
border-color: #C523DA;
}
.TagClassName
{
border-color: #C523DA;
}
</style>