Shades of Deep Magenta #C915DB
Tints of Deep Magenta #C915DB
RGB
CMYK
RGB Variations
Color information
#C915DB (or 0xC915DB) is known color: Deep Magenta. HEX triplet: C9, 15 and DB. RGB value is (201,21,219). Sum of RGB (Red+Green+Blue) = 201+21+219=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C915DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915DB is #36EA24. Grayscale: #606060. Windows color (decimal): -3598885 or 14357961. OLE color: 14357961.
HSL color Cylindrical-coordinate representation of color #C915DB: hue angle of 294.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915DB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 21 | 219 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.14 |
| HSL | 294.55º | 0.83% | 0.47% | - |
| HSV(B) | 294.55º | 0.9% | 0.86% | - |
| XYZ | 37.14 | 18.07 | 68.55 | - |
| YUV | 97.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 219 | 0.08 | 0.90 | 0 | 0.14 | 294.55 | 0.83 | 0.47 |
| Hex | C9 | 15 | DB | 8 | 5A | 0 | E | 127 | 52 | 2F |
| Octal | 311 | 25 | 333 | 10 | 132 | 0 | 16 | 447 | 122 | 57 |
| Binary | 11001001 | 10101 | 11011011 | 1000 | 1011010 | 0 | 1110 | 100100111 | 1010010 | 101111 |
Color Harmonies of #C915DB
Complementary color
Monochromatic Colors of #C915DB
Black with #C915DB
Text Example
Text Example
White with #C915DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915DB; }
p { color: rgb(201,21,219); }
H1.HeaderClassName
{
color: #C915DB;
}
.AnyTagClassName
{
color: #C915DB;
}
</style>
background-color css
<style>
a { background-color: #C915DB; }
a { background-color: rgb(201,21,219); }
div.DivClassName
{
background-color: #C915DB;
}
.BgClassName
{
background-color: #C915DB;
}
</style>
border-color css
<style>
span { border-color: #C915DB; }
span { border-color: rgb(201,21,219); }
td.TdClassName
{
border-color: #C915DB;
}
.TagClassName
{
border-color: #C915DB;
}
</style>