Shades of Deep Magenta #C521DB
Tints of Deep Magenta #C521DB
RGB
CMYK
RGB Variations
Color information
#C521DB (or 0xC521DB) is known color: Deep Magenta. HEX triplet: C5, 21 and DB. RGB value is (197,33,219). Sum of RGB (Red+Green+Blue) = 197+33+219=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #C521DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521DB is #3ADE24. Grayscale: #666666. Windows color (decimal): -3857957 or 14361029. OLE color: 14361029.
HSL color Cylindrical-coordinate representation of color #C521DB: hue angle of 292.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C521DB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 33 | 219 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.14 |
| HSL | 292.9º | 0.74% | 0.49% | - |
| HSV(B) | 292.9º | 0.85% | 0.86% | - |
| XYZ | 36.36 | 18.07 | 68.59 | - |
| YUV | 103.24 | 193.33 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 219 | 0.10 | 0.85 | 0 | 0.14 | 292.9 | 0.74 | 0.49 |
| Hex | C5 | 21 | DB | A | 55 | 0 | E | 125 | 4A | 31 |
| Octal | 305 | 41 | 333 | 12 | 125 | 0 | 16 | 445 | 112 | 61 |
| Binary | 11000101 | 100001 | 11011011 | 1010 | 1010101 | 0 | 1110 | 100100101 | 1001010 | 110001 |
Color Harmonies of #C521DB
Complementary color
Monochromatic Colors of #C521DB
Black with #C521DB
Text Example
Text Example
White with #C521DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521DB; }
p { color: rgb(197,33,219); }
H1.HeaderClassName
{
color: #C521DB;
}
.AnyTagClassName
{
color: #C521DB;
}
</style>
background-color css
<style>
a { background-color: #C521DB; }
a { background-color: rgb(197,33,219); }
div.DivClassName
{
background-color: #C521DB;
}
.BgClassName
{
background-color: #C521DB;
}
</style>
border-color css
<style>
span { border-color: #C521DB; }
span { border-color: rgb(197,33,219); }
td.TdClassName
{
border-color: #C521DB;
}
.TagClassName
{
border-color: #C521DB;
}
</style>