Shades of Deep Magenta #C109D5
Tints of Deep Magenta #C109D5
RGB
CMYK
RGB Variations
Color information
#C109D5 (or 0xC109D5) is known color: Deep Magenta. HEX triplet: C1, 09 and D5. RGB value is (193,9,213). Sum of RGB (Red+Green+Blue) = 193+9+213=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #C109D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109D5 is #3EF62A. Grayscale: #565656. Windows color (decimal): -4126251 or 13961665. OLE color: 13961665.
HSL color Cylindrical-coordinate representation of color #C109D5: hue angle of 294.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109D5 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 9 | 213 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.16 |
| HSL | 294.12º | 0.92% | 0.44% | - |
| HSV(B) | 294.12º | 0.96% | 0.84% | - |
| XYZ | 34.1 | 16.34 | 64.31 | - |
| YUV | 87.27 | 198.96 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 213 | 0.09 | 0.96 | 0 | 0.16 | 294.12 | 0.92 | 0.44 |
| Hex | C1 | 9 | D5 | 9 | 60 | 0 | 10 | 126 | 5C | 2C |
| Octal | 301 | 11 | 325 | 11 | 140 | 0 | 20 | 446 | 134 | 54 |
| Binary | 11000001 | 1001 | 11010101 | 1001 | 1100000 | 0 | 10000 | 100100110 | 1011100 | 101100 |
Color Harmonies of #C109D5
Complementary color
Monochromatic Colors of #C109D5
Black with #C109D5
Text Example
Text Example
White with #C109D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109D5; }
p { color: rgb(193,9,213); }
H1.HeaderClassName
{
color: #C109D5;
}
.AnyTagClassName
{
color: #C109D5;
}
</style>
background-color css
<style>
a { background-color: #C109D5; }
a { background-color: rgb(193,9,213); }
div.DivClassName
{
background-color: #C109D5;
}
.BgClassName
{
background-color: #C109D5;
}
</style>
border-color css
<style>
span { border-color: #C109D5; }
span { border-color: rgb(193,9,213); }
td.TdClassName
{
border-color: #C109D5;
}
.TagClassName
{
border-color: #C109D5;
}
</style>