Shades of Deep Magenta #C521DE
Tints of Deep Magenta #C521DE
RGB
CMYK
RGB Variations
Color information
#C521DE (or 0xC521DE) is known color: Deep Magenta. HEX triplet: C5, 21 and DE. RGB value is (197,33,222). Sum of RGB (Red+Green+Blue) = 197+33+222=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #C521DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521DE is #3ADE21. Grayscale: #666666. Windows color (decimal): -3857954 or 14557637. OLE color: 14557637.
HSL color Cylindrical-coordinate representation of color #C521DE: hue angle of 292.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C521DE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 33 | 222 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.13 |
| HSL | 292.06º | 0.74% | 0.5% | - |
| HSV(B) | 292.06º | 0.85% | 0.87% | - |
| XYZ | 36.75 | 18.23 | 70.69 | - |
| YUV | 103.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 222 | 0.11 | 0.85 | 0 | 0.13 | 292.06 | 0.74 | 0.5 |
| Hex | C5 | 21 | DE | B | 55 | 0 | D | 124 | 4A | 32 |
| Octal | 305 | 41 | 336 | 13 | 125 | 0 | 15 | 444 | 112 | 62 |
| Binary | 11000101 | 100001 | 11011110 | 1011 | 1010101 | 0 | 1101 | 100100100 | 1001010 | 110010 |
Color Harmonies of #C521DE
Complementary color
Monochromatic Colors of #C521DE
Black with #C521DE
Text Example
Text Example
White with #C521DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521DE; }
p { color: rgb(197,33,222); }
H1.HeaderClassName
{
color: #C521DE;
}
.AnyTagClassName
{
color: #C521DE;
}
</style>
background-color css
<style>
a { background-color: #C521DE; }
a { background-color: rgb(197,33,222); }
div.DivClassName
{
background-color: #C521DE;
}
.BgClassName
{
background-color: #C521DE;
}
</style>
border-color css
<style>
span { border-color: #C521DE; }
span { border-color: rgb(197,33,222); }
td.TdClassName
{
border-color: #C521DE;
}
.TagClassName
{
border-color: #C521DE;
}
</style>