Shades of Deep Magenta #C101A6
Tints of Deep Magenta #C101A6
RGB
CMYK
RGB Variations
Color information
#C101A6 (or 0xC101A6) is known color: Deep Magenta. HEX triplet: C1, 01 and A6. RGB value is (193,1,166). Sum of RGB (Red+Green+Blue) = 193+1+166=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C101A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C101A6 is #3EFE59. Grayscale: #4C4C4C. Windows color (decimal): -4128346 or 10879425. OLE color: 10879425.
HSL color Cylindrical-coordinate representation of color #C101A6: hue angle of 308.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C101A6 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.24 |
| HSL | 308.44º | 0.99% | 0.38% | - |
| HSV(B) | 308.44º | 0.99% | 0.76% | - |
| XYZ | 28.89 | 14.11 | 37.28 | - |
| YUV | 77.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 166 | 0 | 0.99 | 0.14 | 0.24 | 308.44 | 0.99 | 0.38 |
| Hex | C1 | 1 | A6 | 0 | 63 | E | 18 | 134 | 63 | 26 |
| Octal | 301 | 1 | 246 | 0 | 143 | 16 | 30 | 464 | 143 | 46 |
| Binary | 11000001 | 1 | 10100110 | 0 | 1100011 | 1110 | 11000 | 100110100 | 1100011 | 100110 |
Color Harmonies of #C101A6
Complementary color
Monochromatic Colors of #C101A6
Black with #C101A6
Text Example
Text Example
White with #C101A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101A6; }
p { color: rgb(193,1,166); }
H1.HeaderClassName
{
color: #C101A6;
}
.AnyTagClassName
{
color: #C101A6;
}
</style>
background-color css
<style>
a { background-color: #C101A6; }
a { background-color: rgb(193,1,166); }
div.DivClassName
{
background-color: #C101A6;
}
.BgClassName
{
background-color: #C101A6;
}
</style>
border-color css
<style>
span { border-color: #C101A6; }
span { border-color: rgb(193,1,166); }
td.TdClassName
{
border-color: #C101A6;
}
.TagClassName
{
border-color: #C101A6;
}
</style>