Shades of Deep Magenta #C109AB
Tints of Deep Magenta #C109AB
RGB
CMYK
RGB Variations
Color information
#C109AB (or 0xC109AB) is known color: Deep Magenta. HEX triplet: C1, 09 and AB. RGB value is (193,9,171). Sum of RGB (Red+Green+Blue) = 193+9+171=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C109AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109AB is #3EF654. Grayscale: #525252. Windows color (decimal): -4126293 or 11209153. OLE color: 11209153.
HSL color Cylindrical-coordinate representation of color #C109AB: hue angle of 307.17º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C109AB is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 171 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.24 |
| HSL | 307.17º | 0.91% | 0.4% | - |
| HSV(B) | 307.17º | 0.95% | 0.76% | - |
| XYZ | 29.44 | 14.47 | 39.77 | - |
| YUV | 82.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 171 | 0 | 0.95 | 0.11 | 0.24 | 307.17 | 0.91 | 0.4 |
| Hex | C1 | 9 | AB | 0 | 5F | B | 18 | 133 | 5B | 28 |
| Octal | 301 | 11 | 253 | 0 | 137 | 13 | 30 | 463 | 133 | 50 |
| Binary | 11000001 | 1001 | 10101011 | 0 | 1011111 | 1011 | 11000 | 100110011 | 1011011 | 101000 |
Color Harmonies of #C109AB
Complementary color
Monochromatic Colors of #C109AB
Black with #C109AB
Text Example
Text Example
White with #C109AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109AB; }
p { color: rgb(193,9,171); }
H1.HeaderClassName
{
color: #C109AB;
}
.AnyTagClassName
{
color: #C109AB;
}
</style>
background-color css
<style>
a { background-color: #C109AB; }
a { background-color: rgb(193,9,171); }
div.DivClassName
{
background-color: #C109AB;
}
.BgClassName
{
background-color: #C109AB;
}
</style>
border-color css
<style>
span { border-color: #C109AB; }
span { border-color: rgb(193,9,171); }
td.TdClassName
{
border-color: #C109AB;
}
.TagClassName
{
border-color: #C109AB;
}
</style>