Shades of Deep Magenta #C910DB
Tints of Deep Magenta #C910DB
RGB
CMYK
RGB Variations
Color information
#C910DB (or 0xC910DB) is known color: Deep Magenta. HEX triplet: C9, 10 and DB. RGB value is (201,16,219). Sum of RGB (Red+Green+Blue) = 201+16+219=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #C910DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910DB is #36EF24. Grayscale: #5D5D5D. Windows color (decimal): -3600165 or 14356681. OLE color: 14356681.
HSL color Cylindrical-coordinate representation of color #C910DB: hue angle of 294.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910DB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 16 | 219 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.14 |
| HSL | 294.68º | 0.86% | 0.46% | - |
| HSV(B) | 294.68º | 0.93% | 0.86% | - |
| XYZ | 37.06 | 17.9 | 68.52 | - |
| YUV | 94.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 219 | 0.08 | 0.93 | 0 | 0.14 | 294.68 | 0.86 | 0.46 |
| Hex | C9 | 10 | DB | 8 | 5D | 0 | E | 127 | 56 | 2E |
| Octal | 311 | 20 | 333 | 10 | 135 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001001 | 10000 | 11011011 | 1000 | 1011101 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #C910DB
Complementary color
Monochromatic Colors of #C910DB
Black with #C910DB
Text Example
Text Example
White with #C910DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910DB; }
p { color: rgb(201,16,219); }
H1.HeaderClassName
{
color: #C910DB;
}
.AnyTagClassName
{
color: #C910DB;
}
</style>
background-color css
<style>
a { background-color: #C910DB; }
a { background-color: rgb(201,16,219); }
div.DivClassName
{
background-color: #C910DB;
}
.BgClassName
{
background-color: #C910DB;
}
</style>
border-color css
<style>
span { border-color: #C910DB; }
span { border-color: rgb(201,16,219); }
td.TdClassName
{
border-color: #C910DB;
}
.TagClassName
{
border-color: #C910DB;
}
</style>