Shades of Deep Magenta #C117DB
Tints of Deep Magenta #C117DB
RGB
CMYK
RGB Variations
Color information
#C117DB (or 0xC117DB) is known color: Deep Magenta. HEX triplet: C1, 17 and DB. RGB value is (193,23,219). Sum of RGB (Red+Green+Blue) = 193+23+219=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #C117DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117DB is #3EE824. Grayscale: #5F5F5F. Windows color (decimal): -4122661 or 14358465. OLE color: 14358465.
HSL color Cylindrical-coordinate representation of color #C117DB: hue angle of 292.04º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C117DB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 23 | 219 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.14 |
| HSL | 292.04º | 0.81% | 0.47% | - |
| HSV(B) | 292.04º | 0.89% | 0.86% | - |
| XYZ | 35.08 | 17.06 | 68.46 | - |
| YUV | 96.17 | 197.32 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 219 | 0.12 | 0.89 | 0 | 0.14 | 292.04 | 0.81 | 0.47 |
| Hex | C1 | 17 | DB | C | 59 | 0 | E | 124 | 51 | 2F |
| Octal | 301 | 27 | 333 | 14 | 131 | 0 | 16 | 444 | 121 | 57 |
| Binary | 11000001 | 10111 | 11011011 | 1100 | 1011001 | 0 | 1110 | 100100100 | 1010001 | 101111 |
Color Harmonies of #C117DB
Complementary color
Monochromatic Colors of #C117DB
Black with #C117DB
Text Example
Text Example
White with #C117DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117DB; }
p { color: rgb(193,23,219); }
H1.HeaderClassName
{
color: #C117DB;
}
.AnyTagClassName
{
color: #C117DB;
}
</style>
background-color css
<style>
a { background-color: #C117DB; }
a { background-color: rgb(193,23,219); }
div.DivClassName
{
background-color: #C117DB;
}
.BgClassName
{
background-color: #C117DB;
}
</style>
border-color css
<style>
span { border-color: #C117DB; }
span { border-color: rgb(193,23,219); }
td.TdClassName
{
border-color: #C117DB;
}
.TagClassName
{
border-color: #C117DB;
}
</style>