Shades of Deep Magenta #C109C0
Tints of Deep Magenta #C109C0
RGB
CMYK
RGB Variations
Color information
#C109C0 (or 0xC109C0) is known color: Deep Magenta. HEX triplet: C1, 09 and C0. RGB value is (193,9,192). Sum of RGB (Red+Green+Blue) = 193+9+192=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C109C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109C0 is #3EF63F. Grayscale: #545454. Windows color (decimal): -4126272 or 12585409. OLE color: 12585409.
HSL color Cylindrical-coordinate representation of color #C109C0: hue angle of 300.33º 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 #C109C0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 192 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.24 |
| HSL | 300.33º | 0.91% | 0.4% | - |
| HSV(B) | 300.33º | 0.95% | 0.76% | - |
| XYZ | 31.6 | 15.34 | 51.16 | - |
| YUV | 84.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 192 | 0 | 0.95 | 0.01 | 0.24 | 300.33 | 0.91 | 0.4 |
| Hex | C1 | 9 | C0 | 0 | 5F | 1 | 18 | 12C | 5B | 28 |
| Octal | 301 | 11 | 300 | 0 | 137 | 1 | 30 | 454 | 133 | 50 |
| Binary | 11000001 | 1001 | 11000000 | 0 | 1011111 | 1 | 11000 | 100101100 | 1011011 | 101000 |
Color Harmonies of #C109C0
Complementary color
Monochromatic Colors of #C109C0
Black with #C109C0
Text Example
Text Example
White with #C109C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109C0; }
p { color: rgb(193,9,192); }
H1.HeaderClassName
{
color: #C109C0;
}
.AnyTagClassName
{
color: #C109C0;
}
</style>
background-color css
<style>
a { background-color: #C109C0; }
a { background-color: rgb(193,9,192); }
div.DivClassName
{
background-color: #C109C0;
}
.BgClassName
{
background-color: #C109C0;
}
</style>
border-color css
<style>
span { border-color: #C109C0; }
span { border-color: rgb(193,9,192); }
td.TdClassName
{
border-color: #C109C0;
}
.TagClassName
{
border-color: #C109C0;
}
</style>