Shades of Deep Magenta #C107DB
Tints of Deep Magenta #C107DB
RGB
CMYK
RGB Variations
Color information
#C107DB (or 0xC107DB) is known color: Deep Magenta. HEX triplet: C1, 07 and DB. RGB value is (193,7,219). Sum of RGB (Red+Green+Blue) = 193+7+219=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #C107DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107DB is #3EF824. Grayscale: #565656. Windows color (decimal): -4126757 or 14354369. OLE color: 14354369.
HSL color Cylindrical-coordinate representation of color #C107DB: hue angle of 292.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107DB is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 7 | 219 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.14 |
| HSL | 292.64º | 0.94% | 0.44% | - |
| HSV(B) | 292.64º | 0.97% | 0.86% | - |
| XYZ | 34.85 | 16.6 | 68.39 | - |
| YUV | 86.78 | 202.62 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 219 | 0.12 | 0.97 | 0 | 0.14 | 292.64 | 0.94 | 0.44 |
| Hex | C1 | 7 | DB | C | 61 | 0 | E | 125 | 5E | 2C |
| Octal | 301 | 7 | 333 | 14 | 141 | 0 | 16 | 445 | 136 | 54 |
| Binary | 11000001 | 111 | 11011011 | 1100 | 1100001 | 0 | 1110 | 100100101 | 1011110 | 101100 |
Color Harmonies of #C107DB
Complementary color
Monochromatic Colors of #C107DB
Black with #C107DB
Text Example
Text Example
White with #C107DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107DB; }
p { color: rgb(193,7,219); }
H1.HeaderClassName
{
color: #C107DB;
}
.AnyTagClassName
{
color: #C107DB;
}
</style>
background-color css
<style>
a { background-color: #C107DB; }
a { background-color: rgb(193,7,219); }
div.DivClassName
{
background-color: #C107DB;
}
.BgClassName
{
background-color: #C107DB;
}
</style>
border-color css
<style>
span { border-color: #C107DB; }
span { border-color: rgb(193,7,219); }
td.TdClassName
{
border-color: #C107DB;
}
.TagClassName
{
border-color: #C107DB;
}
</style>