Shades of Deep Magenta #C106CE
Tints of Deep Magenta #C106CE
RGB
CMYK
RGB Variations
Color information
#C106CE (or 0xC106CE) is known color: Deep Magenta. HEX triplet: C1, 06 and CE. RGB value is (193,6,206). Sum of RGB (Red+Green+Blue) = 193+6+206=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C106CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106CE is #3EF931. Grayscale: #545454. Windows color (decimal): -4127026 or 13502145. OLE color: 13502145.
HSL color Cylindrical-coordinate representation of color #C106CE: hue angle of 296.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106CE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 6 | 206 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.19 |
| HSL | 296.1º | 0.94% | 0.42% | - |
| HSV(B) | 296.1º | 0.97% | 0.81% | - |
| XYZ | 33.2 | 15.92 | 59.72 | - |
| YUV | 84.71 | 196.45 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 206 | 0.06 | 0.97 | 0 | 0.19 | 296.1 | 0.94 | 0.42 |
| Hex | C1 | 6 | CE | 6 | 61 | 0 | 13 | 128 | 5E | 2A |
| Octal | 301 | 6 | 316 | 6 | 141 | 0 | 23 | 450 | 136 | 52 |
| Binary | 11000001 | 110 | 11001110 | 110 | 1100001 | 0 | 10011 | 100101000 | 1011110 | 101010 |
Color Harmonies of #C106CE
Complementary color
Monochromatic Colors of #C106CE
Black with #C106CE
Text Example
Text Example
White with #C106CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106CE; }
p { color: rgb(193,6,206); }
H1.HeaderClassName
{
color: #C106CE;
}
.AnyTagClassName
{
color: #C106CE;
}
</style>
background-color css
<style>
a { background-color: #C106CE; }
a { background-color: rgb(193,6,206); }
div.DivClassName
{
background-color: #C106CE;
}
.BgClassName
{
background-color: #C106CE;
}
</style>
border-color css
<style>
span { border-color: #C106CE; }
span { border-color: rgb(193,6,206); }
td.TdClassName
{
border-color: #C106CE;
}
.TagClassName
{
border-color: #C106CE;
}
</style>