Shades of Deep Magenta #C115DB
Tints of Deep Magenta #C115DB
RGB
CMYK
RGB Variations
Color information
#C115DB (or 0xC115DB) is known color: Deep Magenta. HEX triplet: C1, 15 and DB. RGB value is (193,21,219). Sum of RGB (Red+Green+Blue) = 193+21+219=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C115DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115DB is #3EEA24. Grayscale: #5E5E5E. Windows color (decimal): -4123173 or 14357953. OLE color: 14357953.
HSL color Cylindrical-coordinate representation of color #C115DB: hue angle of 292.12º 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 #C115DB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 21 | 219 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.14 |
| HSL | 292.12º | 0.83% | 0.47% | - |
| HSV(B) | 292.12º | 0.9% | 0.86% | - |
| XYZ | 35.05 | 16.99 | 68.45 | - |
| YUV | 95 | 197.98 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 219 | 0.12 | 0.90 | 0 | 0.14 | 292.12 | 0.83 | 0.47 |
| Hex | C1 | 15 | DB | C | 5A | 0 | E | 124 | 52 | 2F |
| Octal | 301 | 25 | 333 | 14 | 132 | 0 | 16 | 444 | 122 | 57 |
| Binary | 11000001 | 10101 | 11011011 | 1100 | 1011010 | 0 | 1110 | 100100100 | 1010010 | 101111 |
Color Harmonies of #C115DB
Complementary color
Monochromatic Colors of #C115DB
Black with #C115DB
Text Example
Text Example
White with #C115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115DB; }
p { color: rgb(193,21,219); }
H1.HeaderClassName
{
color: #C115DB;
}
.AnyTagClassName
{
color: #C115DB;
}
</style>
background-color css
<style>
a { background-color: #C115DB; }
a { background-color: rgb(193,21,219); }
div.DivClassName
{
background-color: #C115DB;
}
.BgClassName
{
background-color: #C115DB;
}
</style>
border-color css
<style>
span { border-color: #C115DB; }
span { border-color: rgb(193,21,219); }
td.TdClassName
{
border-color: #C115DB;
}
.TagClassName
{
border-color: #C115DB;
}
</style>