Shades of Deep Magenta #C521D1
Tints of Deep Magenta #C521D1
RGB
CMYK
RGB Variations
Color information
#C521D1 (or 0xC521D1) is known color: Deep Magenta. HEX triplet: C5, 21 and D1. RGB value is (197,33,209). Sum of RGB (Red+Green+Blue) = 197+33+209=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #C521D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521D1 is #3ADE2E. Grayscale: #656565. Windows color (decimal): -3857967 or 13705669. OLE color: 13705669.
HSL color Cylindrical-coordinate representation of color #C521D1: hue angle of 295.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C521D1 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 33 | 209 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.18 |
| HSL | 295.91º | 0.73% | 0.47% | - |
| HSV(B) | 295.91º | 0.84% | 0.82% | - |
| XYZ | 35.08 | 17.56 | 61.86 | - |
| YUV | 102.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 209 | 0.06 | 0.84 | 0 | 0.18 | 295.91 | 0.73 | 0.47 |
| Hex | C5 | 21 | D1 | 6 | 54 | 0 | 12 | 128 | 49 | 2F |
| Octal | 305 | 41 | 321 | 6 | 124 | 0 | 22 | 450 | 111 | 57 |
| Binary | 11000101 | 100001 | 11010001 | 110 | 1010100 | 0 | 10010 | 100101000 | 1001001 | 101111 |
Color Harmonies of #C521D1
Complementary color
Monochromatic Colors of #C521D1
Black with #C521D1
Text Example
Text Example
White with #C521D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521D1; }
p { color: rgb(197,33,209); }
H1.HeaderClassName
{
color: #C521D1;
}
.AnyTagClassName
{
color: #C521D1;
}
</style>
background-color css
<style>
a { background-color: #C521D1; }
a { background-color: rgb(197,33,209); }
div.DivClassName
{
background-color: #C521D1;
}
.BgClassName
{
background-color: #C521D1;
}
</style>
border-color css
<style>
span { border-color: #C521D1; }
span { border-color: rgb(197,33,209); }
td.TdClassName
{
border-color: #C521D1;
}
.TagClassName
{
border-color: #C521D1;
}
</style>