Shades of Deep Magenta #C101AB
Tints of Deep Magenta #C101AB
RGB
CMYK
RGB Variations
Color information
#C101AB (or 0xC101AB) is known color: Deep Magenta. HEX triplet: C1, 01 and AB. RGB value is (193,1,171). Sum of RGB (Red+Green+Blue) = 193+1+171=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C101AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C101AB is #3EFE54. Grayscale: #4D4D4D. Windows color (decimal): -4128341 or 11207105. OLE color: 11207105.
HSL color Cylindrical-coordinate representation of color #C101AB: hue angle of 306.88º 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 #C101AB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 171 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.24 |
| HSL | 306.88º | 0.99% | 0.38% | - |
| HSV(B) | 306.88º | 0.99% | 0.76% | - |
| XYZ | 29.35 | 14.3 | 39.74 | - |
| YUV | 77.79 | 180.61 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 171 | 0 | 0.99 | 0.11 | 0.24 | 306.88 | 0.99 | 0.38 |
| Hex | C1 | 1 | AB | 0 | 63 | B | 18 | 133 | 63 | 26 |
| Octal | 301 | 1 | 253 | 0 | 143 | 13 | 30 | 463 | 143 | 46 |
| Binary | 11000001 | 1 | 10101011 | 0 | 1100011 | 1011 | 11000 | 100110011 | 1100011 | 100110 |
Color Harmonies of #C101AB
Complementary color
Monochromatic Colors of #C101AB
Black with #C101AB
Text Example
Text Example
White with #C101AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101AB; }
p { color: rgb(193,1,171); }
H1.HeaderClassName
{
color: #C101AB;
}
.AnyTagClassName
{
color: #C101AB;
}
</style>
background-color css
<style>
a { background-color: #C101AB; }
a { background-color: rgb(193,1,171); }
div.DivClassName
{
background-color: #C101AB;
}
.BgClassName
{
background-color: #C101AB;
}
</style>
border-color css
<style>
span { border-color: #C101AB; }
span { border-color: rgb(193,1,171); }
td.TdClassName
{
border-color: #C101AB;
}
.TagClassName
{
border-color: #C101AB;
}
</style>