Shades of Deep Magenta #C106DB
Tints of Deep Magenta #C106DB
RGB
CMYK
RGB Variations
Color information
#C106DB (or 0xC106DB) is known color: Deep Magenta. HEX triplet: C1, 06 and DB. RGB value is (193,6,219). Sum of RGB (Red+Green+Blue) = 193+6+219=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #C106DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106DB is #3EF924. Grayscale: #555555. Windows color (decimal): -4127013 or 14354113. OLE color: 14354113.
HSL color Cylindrical-coordinate representation of color #C106DB: hue angle of 292.68º degrees, saturation: 0.95, 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 #C106DB is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 6 | 219 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.14 |
| HSL | 292.68º | 0.95% | 0.44% | - |
| HSV(B) | 292.68º | 0.97% | 0.86% | - |
| XYZ | 34.84 | 16.58 | 68.38 | - |
| YUV | 86.2 | 202.95 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 219 | 0.12 | 0.97 | 0 | 0.14 | 292.68 | 0.95 | 0.44 |
| Hex | C1 | 6 | DB | C | 61 | 0 | E | 125 | 5F | 2C |
| Octal | 301 | 6 | 333 | 14 | 141 | 0 | 16 | 445 | 137 | 54 |
| Binary | 11000001 | 110 | 11011011 | 1100 | 1100001 | 0 | 1110 | 100100101 | 1011111 | 101100 |
Color Harmonies of #C106DB
Complementary color
Monochromatic Colors of #C106DB
Black with #C106DB
Text Example
Text Example
White with #C106DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106DB; }
p { color: rgb(193,6,219); }
H1.HeaderClassName
{
color: #C106DB;
}
.AnyTagClassName
{
color: #C106DB;
}
</style>
background-color css
<style>
a { background-color: #C106DB; }
a { background-color: rgb(193,6,219); }
div.DivClassName
{
background-color: #C106DB;
}
.BgClassName
{
background-color: #C106DB;
}
</style>
border-color css
<style>
span { border-color: #C106DB; }
span { border-color: rgb(193,6,219); }
td.TdClassName
{
border-color: #C106DB;
}
.TagClassName
{
border-color: #C106DB;
}
</style>