Shades of Deep Magenta #C106AC
Tints of Deep Magenta #C106AC
RGB
CMYK
RGB Variations
Color information
#C106AC (or 0xC106AC) is known color: Deep Magenta. HEX triplet: C1, 06 and AC. RGB value is (193,6,172). Sum of RGB (Red+Green+Blue) = 193+6+172=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C106AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C106AC is #3EF953. Grayscale: #505050. Windows color (decimal): -4127060 or 11273921. OLE color: 11273921.
HSL color Cylindrical-coordinate representation of color #C106AC: hue angle of 306.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106AC is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.24 |
| HSL | 306.74º | 0.94% | 0.39% | - |
| HSV(B) | 306.74º | 0.97% | 0.76% | - |
| XYZ | 29.5 | 14.45 | 40.26 | - |
| YUV | 80.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 172 | 0 | 0.97 | 0.11 | 0.24 | 306.74 | 0.94 | 0.39 |
| Hex | C1 | 6 | AC | 0 | 61 | B | 18 | 133 | 5E | 27 |
| Octal | 301 | 6 | 254 | 0 | 141 | 13 | 30 | 463 | 136 | 47 |
| Binary | 11000001 | 110 | 10101100 | 0 | 1100001 | 1011 | 11000 | 100110011 | 1011110 | 100111 |
Color Harmonies of #C106AC
Complementary color
Monochromatic Colors of #C106AC
Black with #C106AC
Text Example
Text Example
White with #C106AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106AC; }
p { color: rgb(193,6,172); }
H1.HeaderClassName
{
color: #C106AC;
}
.AnyTagClassName
{
color: #C106AC;
}
</style>
background-color css
<style>
a { background-color: #C106AC; }
a { background-color: rgb(193,6,172); }
div.DivClassName
{
background-color: #C106AC;
}
.BgClassName
{
background-color: #C106AC;
}
</style>
border-color css
<style>
span { border-color: #C106AC; }
span { border-color: rgb(193,6,172); }
td.TdClassName
{
border-color: #C106AC;
}
.TagClassName
{
border-color: #C106AC;
}
</style>