Shades of Deep Magenta #C921DD
Tints of Deep Magenta #C921DD
RGB
CMYK
RGB Variations
Color information
#C921DD (or 0xC921DD) is known color: Deep Magenta. HEX triplet: C9, 21 and DD. RGB value is (201,33,221). Sum of RGB (Red+Green+Blue) = 201+33+221=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #C921DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921DD is #36DE22. Grayscale: #686868. Windows color (decimal): -3595811 or 14492105. OLE color: 14492105.
HSL color Cylindrical-coordinate representation of color #C921DD: hue angle of 293.62º 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 #C921DD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 33 | 221 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.13 |
| HSL | 293.62º | 0.74% | 0.5% | - |
| HSV(B) | 293.62º | 0.85% | 0.87% | - |
| XYZ | 37.68 | 18.73 | 70.03 | - |
| YUV | 104.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 221 | 0.09 | 0.85 | 0 | 0.13 | 293.62 | 0.74 | 0.5 |
| Hex | C9 | 21 | DD | 9 | 55 | 0 | D | 126 | 4A | 32 |
| Octal | 311 | 41 | 335 | 11 | 125 | 0 | 15 | 446 | 112 | 62 |
| Binary | 11001001 | 100001 | 11011101 | 1001 | 1010101 | 0 | 1101 | 100100110 | 1001010 | 110010 |
Color Harmonies of #C921DD
Complementary color
Monochromatic Colors of #C921DD
Black with #C921DD
Text Example
Text Example
White with #C921DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921DD; }
p { color: rgb(201,33,221); }
H1.HeaderClassName
{
color: #C921DD;
}
.AnyTagClassName
{
color: #C921DD;
}
</style>
background-color css
<style>
a { background-color: #C921DD; }
a { background-color: rgb(201,33,221); }
div.DivClassName
{
background-color: #C921DD;
}
.BgClassName
{
background-color: #C921DD;
}
</style>
border-color css
<style>
span { border-color: #C921DD; }
span { border-color: rgb(201,33,221); }
td.TdClassName
{
border-color: #C921DD;
}
.TagClassName
{
border-color: #C921DD;
}
</style>