Shades of Deep Magenta #C919DB
Tints of Deep Magenta #C919DB
RGB
CMYK
RGB Variations
Color information
#C919DB (or 0xC919DB) is known color: Deep Magenta. HEX triplet: C9, 19 and DB. RGB value is (201,25,219). Sum of RGB (Red+Green+Blue) = 201+25+219=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #C919DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919DB is #36E624. Grayscale: #636363. Windows color (decimal): -3597861 or 14358985. OLE color: 14358985.
HSL color Cylindrical-coordinate representation of color #C919DB: hue angle of 294.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C919DB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 25 | 219 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.14 |
| HSL | 294.43º | 0.8% | 0.48% | - |
| HSV(B) | 294.43º | 0.89% | 0.86% | - |
| XYZ | 37.22 | 18.23 | 68.57 | - |
| YUV | 99.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 219 | 0.08 | 0.89 | 0 | 0.14 | 294.43 | 0.8 | 0.48 |
| Hex | C9 | 19 | DB | 8 | 59 | 0 | E | 126 | 50 | 30 |
| Octal | 311 | 31 | 333 | 10 | 131 | 0 | 16 | 446 | 120 | 60 |
| Binary | 11001001 | 11001 | 11011011 | 1000 | 1011001 | 0 | 1110 | 100100110 | 1010000 | 110000 |
Color Harmonies of #C919DB
Complementary color
Monochromatic Colors of #C919DB
Black with #C919DB
Text Example
Text Example
White with #C919DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919DB; }
p { color: rgb(201,25,219); }
H1.HeaderClassName
{
color: #C919DB;
}
.AnyTagClassName
{
color: #C919DB;
}
</style>
background-color css
<style>
a { background-color: #C919DB; }
a { background-color: rgb(201,25,219); }
div.DivClassName
{
background-color: #C919DB;
}
.BgClassName
{
background-color: #C919DB;
}
</style>
border-color css
<style>
span { border-color: #C919DB; }
span { border-color: rgb(201,25,219); }
td.TdClassName
{
border-color: #C919DB;
}
.TagClassName
{
border-color: #C919DB;
}
</style>