Shades of Deep Magenta #C921DB
Tints of Deep Magenta #C921DB
RGB
CMYK
RGB Variations
Color information
#C921DB (or 0xC921DB) is known color: Deep Magenta. HEX triplet: C9, 21 and DB. RGB value is (201,33,219). Sum of RGB (Red+Green+Blue) = 201+33+219=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #C921DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921DB is #36DE24. Grayscale: #676767. Windows color (decimal): -3595813 or 14361033. OLE color: 14361033.
HSL color Cylindrical-coordinate representation of color #C921DB: hue angle of 294.19º 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 #C921DB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 33 | 219 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.14 |
| HSL | 294.19º | 0.74% | 0.49% | - |
| HSV(B) | 294.19º | 0.85% | 0.86% | - |
| XYZ | 37.42 | 18.62 | 68.64 | - |
| YUV | 104.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 219 | 0.08 | 0.85 | 0 | 0.14 | 294.19 | 0.74 | 0.49 |
| Hex | C9 | 21 | DB | 8 | 55 | 0 | E | 126 | 4A | 31 |
| Octal | 311 | 41 | 333 | 10 | 125 | 0 | 16 | 446 | 112 | 61 |
| Binary | 11001001 | 100001 | 11011011 | 1000 | 1010101 | 0 | 1110 | 100100110 | 1001010 | 110001 |
Color Harmonies of #C921DB
Complementary color
Monochromatic Colors of #C921DB
Black with #C921DB
Text Example
Text Example
White with #C921DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921DB; }
p { color: rgb(201,33,219); }
H1.HeaderClassName
{
color: #C921DB;
}
.AnyTagClassName
{
color: #C921DB;
}
</style>
background-color css
<style>
a { background-color: #C921DB; }
a { background-color: rgb(201,33,219); }
div.DivClassName
{
background-color: #C921DB;
}
.BgClassName
{
background-color: #C921DB;
}
</style>
border-color css
<style>
span { border-color: #C921DB; }
span { border-color: rgb(201,33,219); }
td.TdClassName
{
border-color: #C921DB;
}
.TagClassName
{
border-color: #C921DB;
}
</style>