Shades of Deep Magenta #C109A8
Tints of Deep Magenta #C109A8
RGB
CMYK
RGB Variations
Color information
#C109A8 (or 0xC109A8) is known color: Deep Magenta. HEX triplet: C1, 09 and A8. RGB value is (193,9,168). Sum of RGB (Red+Green+Blue) = 193+9+168=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C109A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109A8 is #3EF657. Grayscale: #515151. Windows color (decimal): -4126296 or 11012545. OLE color: 11012545.
HSL color Cylindrical-coordinate representation of color #C109A8: hue angle of 308.15º 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 #C109A8 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.24 |
| HSL | 308.15º | 0.91% | 0.4% | - |
| HSV(B) | 308.15º | 0.95% | 0.76% | - |
| XYZ | 29.16 | 14.36 | 38.28 | - |
| YUV | 82.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 168 | 0 | 0.95 | 0.13 | 0.24 | 308.15 | 0.91 | 0.4 |
| Hex | C1 | 9 | A8 | 0 | 5F | D | 18 | 134 | 5B | 28 |
| Octal | 301 | 11 | 250 | 0 | 137 | 15 | 30 | 464 | 133 | 50 |
| Binary | 11000001 | 1001 | 10101000 | 0 | 1011111 | 1101 | 11000 | 100110100 | 1011011 | 101000 |
Color Harmonies of #C109A8
Complementary color
Monochromatic Colors of #C109A8
Black with #C109A8
Text Example
Text Example
White with #C109A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109A8; }
p { color: rgb(193,9,168); }
H1.HeaderClassName
{
color: #C109A8;
}
.AnyTagClassName
{
color: #C109A8;
}
</style>
background-color css
<style>
a { background-color: #C109A8; }
a { background-color: rgb(193,9,168); }
div.DivClassName
{
background-color: #C109A8;
}
.BgClassName
{
background-color: #C109A8;
}
</style>
border-color css
<style>
span { border-color: #C109A8; }
span { border-color: rgb(193,9,168); }
td.TdClassName
{
border-color: #C109A8;
}
.TagClassName
{
border-color: #C109A8;
}
</style>