Shades of Deep Magenta #C109DA
Tints of Deep Magenta #C109DA
RGB
CMYK
RGB Variations
Color information
#C109DA (or 0xC109DA) is known color: Deep Magenta. HEX triplet: C1, 09 and DA. RGB value is (193,9,218). Sum of RGB (Red+Green+Blue) = 193+9+218=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #C109DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109DA is #3EF625. Grayscale: #575757. Windows color (decimal): -4126246 or 14289345. OLE color: 14289345.
HSL color Cylindrical-coordinate representation of color #C109DA: hue angle of 292.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109DA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 9 | 218 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.15 |
| HSL | 292.82º | 0.92% | 0.45% | - |
| HSV(B) | 292.82º | 0.96% | 0.85% | - |
| XYZ | 34.74 | 16.59 | 67.7 | - |
| YUV | 87.84 | 201.46 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 218 | 0.11 | 0.96 | 0 | 0.15 | 292.82 | 0.92 | 0.45 |
| Hex | C1 | 9 | DA | B | 60 | 0 | F | 125 | 5C | 2D |
| Octal | 301 | 11 | 332 | 13 | 140 | 0 | 17 | 445 | 134 | 55 |
| Binary | 11000001 | 1001 | 11011010 | 1011 | 1100000 | 0 | 1111 | 100100101 | 1011100 | 101101 |
Color Harmonies of #C109DA
Complementary color
Monochromatic Colors of #C109DA
Black with #C109DA
Text Example
Text Example
White with #C109DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109DA; }
p { color: rgb(193,9,218); }
H1.HeaderClassName
{
color: #C109DA;
}
.AnyTagClassName
{
color: #C109DA;
}
</style>
background-color css
<style>
a { background-color: #C109DA; }
a { background-color: rgb(193,9,218); }
div.DivClassName
{
background-color: #C109DA;
}
.BgClassName
{
background-color: #C109DA;
}
</style>
border-color css
<style>
span { border-color: #C109DA; }
span { border-color: rgb(193,9,218); }
td.TdClassName
{
border-color: #C109DA;
}
.TagClassName
{
border-color: #C109DA;
}
</style>