Shades of Deep Magenta #C914DB
Tints of Deep Magenta #C914DB
RGB
CMYK
RGB Variations
Color information
#C914DB (or 0xC914DB) is known color: Deep Magenta. HEX triplet: C9, 14 and DB. RGB value is (201,20,219). Sum of RGB (Red+Green+Blue) = 201+20+219=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #C914DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914DB is #36EB24. Grayscale: #606060. Windows color (decimal): -3599141 or 14357705. OLE color: 14357705.
HSL color Cylindrical-coordinate representation of color #C914DB: hue angle of 294.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C914DB is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 20 | 219 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.14 |
| HSL | 294.57º | 0.83% | 0.47% | - |
| HSV(B) | 294.57º | 0.91% | 0.86% | - |
| XYZ | 37.12 | 18.03 | 68.54 | - |
| YUV | 96.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 219 | 0.08 | 0.91 | 0 | 0.14 | 294.57 | 0.83 | 0.47 |
| Hex | C9 | 14 | DB | 8 | 5B | 0 | E | 127 | 53 | 2F |
| Octal | 311 | 24 | 333 | 10 | 133 | 0 | 16 | 447 | 123 | 57 |
| Binary | 11001001 | 10100 | 11011011 | 1000 | 1011011 | 0 | 1110 | 100100111 | 1010011 | 101111 |
Color Harmonies of #C914DB
Complementary color
Monochromatic Colors of #C914DB
Black with #C914DB
Text Example
Text Example
White with #C914DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914DB; }
p { color: rgb(201,20,219); }
H1.HeaderClassName
{
color: #C914DB;
}
.AnyTagClassName
{
color: #C914DB;
}
</style>
background-color css
<style>
a { background-color: #C914DB; }
a { background-color: rgb(201,20,219); }
div.DivClassName
{
background-color: #C914DB;
}
.BgClassName
{
background-color: #C914DB;
}
</style>
border-color css
<style>
span { border-color: #C914DB; }
span { border-color: rgb(201,20,219); }
td.TdClassName
{
border-color: #C914DB;
}
.TagClassName
{
border-color: #C914DB;
}
</style>