Shades of Deep Magenta #C523DD
Tints of Deep Magenta #C523DD
RGB
CMYK
RGB Variations
Color information
#C523DD (or 0xC523DD) is known color: Deep Magenta. HEX triplet: C5, 23 and DD. RGB value is (197,35,221). Sum of RGB (Red+Green+Blue) = 197+35+221=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #C523DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523DD is #3ADC22. Grayscale: #686868. Windows color (decimal): -3857443 or 14492613. OLE color: 14492613.
HSL color Cylindrical-coordinate representation of color #C523DD: hue angle of 292.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C523DD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 35 | 221 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.13 |
| HSL | 292.26º | 0.73% | 0.5% | - |
| HSV(B) | 292.26º | 0.84% | 0.87% | - |
| XYZ | 36.68 | 18.29 | 70 | - |
| YUV | 104.64 | 193.67 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 221 | 0.11 | 0.84 | 0 | 0.13 | 292.26 | 0.73 | 0.5 |
| Hex | C5 | 23 | DD | B | 54 | 0 | D | 124 | 49 | 32 |
| Octal | 305 | 43 | 335 | 13 | 124 | 0 | 15 | 444 | 111 | 62 |
| Binary | 11000101 | 100011 | 11011101 | 1011 | 1010100 | 0 | 1101 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C523DD
Complementary color
Monochromatic Colors of #C523DD
Black with #C523DD
Text Example
Text Example
White with #C523DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523DD; }
p { color: rgb(197,35,221); }
H1.HeaderClassName
{
color: #C523DD;
}
.AnyTagClassName
{
color: #C523DD;
}
</style>
background-color css
<style>
a { background-color: #C523DD; }
a { background-color: rgb(197,35,221); }
div.DivClassName
{
background-color: #C523DD;
}
.BgClassName
{
background-color: #C523DD;
}
</style>
border-color css
<style>
span { border-color: #C523DD; }
span { border-color: rgb(197,35,221); }
td.TdClassName
{
border-color: #C523DD;
}
.TagClassName
{
border-color: #C523DD;
}
</style>