Shades of Deep Magenta #C106AA
Tints of Deep Magenta #C106AA
RGB
CMYK
RGB Variations
Color information
#C106AA (or 0xC106AA) is known color: Deep Magenta. HEX triplet: C1, 06 and AA. RGB value is (193,6,170). Sum of RGB (Red+Green+Blue) = 193+6+170=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C106AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C106AA is #3EF955. Grayscale: #505050. Windows color (decimal): -4127062 or 11142849. OLE color: 11142849.
HSL color Cylindrical-coordinate representation of color #C106AA: hue angle of 307.38º 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 #C106AA is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.24 |
| HSL | 307.38º | 0.94% | 0.39% | - |
| HSV(B) | 307.38º | 0.97% | 0.76% | - |
| XYZ | 29.31 | 14.37 | 39.26 | - |
| YUV | 80.61 | 178.45 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 170 | 0 | 0.97 | 0.12 | 0.24 | 307.38 | 0.94 | 0.39 |
| Hex | C1 | 6 | AA | 0 | 61 | C | 18 | 133 | 5E | 27 |
| Octal | 301 | 6 | 252 | 0 | 141 | 14 | 30 | 463 | 136 | 47 |
| Binary | 11000001 | 110 | 10101010 | 0 | 1100001 | 1100 | 11000 | 100110011 | 1011110 | 100111 |
Color Harmonies of #C106AA
Complementary color
Monochromatic Colors of #C106AA
Black with #C106AA
Text Example
Text Example
White with #C106AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106AA; }
p { color: rgb(193,6,170); }
H1.HeaderClassName
{
color: #C106AA;
}
.AnyTagClassName
{
color: #C106AA;
}
</style>
background-color css
<style>
a { background-color: #C106AA; }
a { background-color: rgb(193,6,170); }
div.DivClassName
{
background-color: #C106AA;
}
.BgClassName
{
background-color: #C106AA;
}
</style>
border-color css
<style>
span { border-color: #C106AA; }
span { border-color: rgb(193,6,170); }
td.TdClassName
{
border-color: #C106AA;
}
.TagClassName
{
border-color: #C106AA;
}
</style>