Shades of Deep Magenta #C920DB
Tints of Deep Magenta #C920DB
RGB
CMYK
RGB Variations
Color information
#C920DB (or 0xC920DB) is known color: Deep Magenta. HEX triplet: C9, 20 and DB. RGB value is (201,32,219). Sum of RGB (Red+Green+Blue) = 201+32+219=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C920DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920DB is #36DF24. Grayscale: #676767. Windows color (decimal): -3596069 or 14360777. OLE color: 14360777.
HSL color Cylindrical-coordinate representation of color #C920DB: hue angle of 294.22º degrees, saturation: 0.75, 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 #C920DB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 32 | 219 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.14 |
| HSL | 294.22º | 0.75% | 0.49% | - |
| HSV(B) | 294.22º | 0.85% | 0.86% | - |
| XYZ | 37.39 | 18.57 | 68.63 | - |
| YUV | 103.85 | 192.99 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 219 | 0.08 | 0.85 | 0 | 0.14 | 294.22 | 0.75 | 0.49 |
| Hex | C9 | 20 | DB | 8 | 55 | 0 | E | 126 | 4B | 31 |
| Octal | 311 | 40 | 333 | 10 | 125 | 0 | 16 | 446 | 113 | 61 |
| Binary | 11001001 | 100000 | 11011011 | 1000 | 1010101 | 0 | 1110 | 100100110 | 1001011 | 110001 |
Color Harmonies of #C920DB
Complementary color
Monochromatic Colors of #C920DB
Black with #C920DB
Text Example
Text Example
White with #C920DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920DB; }
p { color: rgb(201,32,219); }
H1.HeaderClassName
{
color: #C920DB;
}
.AnyTagClassName
{
color: #C920DB;
}
</style>
background-color css
<style>
a { background-color: #C920DB; }
a { background-color: rgb(201,32,219); }
div.DivClassName
{
background-color: #C920DB;
}
.BgClassName
{
background-color: #C920DB;
}
</style>
border-color css
<style>
span { border-color: #C920DB; }
span { border-color: rgb(201,32,219); }
td.TdClassName
{
border-color: #C920DB;
}
.TagClassName
{
border-color: #C920DB;
}
</style>