Shades of Deep Magenta #C109D9
Tints of Deep Magenta #C109D9
RGB
CMYK
RGB Variations
Color information
#C109D9 (or 0xC109D9) is known color: Deep Magenta. HEX triplet: C1, 09 and D9. RGB value is (193,9,217). Sum of RGB (Red+Green+Blue) = 193+9+217=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #C109D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109D9 is #3EF626. Grayscale: #575757. Windows color (decimal): -4126247 or 14223809. OLE color: 14223809.
HSL color Cylindrical-coordinate representation of color #C109D9: hue angle of 293.08º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109D9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 9 | 217 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.15 |
| HSL | 293.08º | 0.92% | 0.44% | - |
| HSV(B) | 293.08º | 0.96% | 0.85% | - |
| XYZ | 34.61 | 16.54 | 67.01 | - |
| YUV | 87.73 | 200.96 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 217 | 0.11 | 0.96 | 0 | 0.15 | 293.08 | 0.92 | 0.44 |
| Hex | C1 | 9 | D9 | B | 60 | 0 | F | 125 | 5C | 2C |
| Octal | 301 | 11 | 331 | 13 | 140 | 0 | 17 | 445 | 134 | 54 |
| Binary | 11000001 | 1001 | 11011001 | 1011 | 1100000 | 0 | 1111 | 100100101 | 1011100 | 101100 |
Color Harmonies of #C109D9
Complementary color
Monochromatic Colors of #C109D9
Black with #C109D9
Text Example
Text Example
White with #C109D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109D9; }
p { color: rgb(193,9,217); }
H1.HeaderClassName
{
color: #C109D9;
}
.AnyTagClassName
{
color: #C109D9;
}
</style>
background-color css
<style>
a { background-color: #C109D9; }
a { background-color: rgb(193,9,217); }
div.DivClassName
{
background-color: #C109D9;
}
.BgClassName
{
background-color: #C109D9;
}
</style>
border-color css
<style>
span { border-color: #C109D9; }
span { border-color: rgb(193,9,217); }
td.TdClassName
{
border-color: #C109D9;
}
.TagClassName
{
border-color: #C109D9;
}
</style>