Shades of Deep Magenta #C109BC
Tints of Deep Magenta #C109BC
RGB
CMYK
RGB Variations
Color information
#C109BC (or 0xC109BC) is known color: Deep Magenta. HEX triplet: C1, 09 and BC. RGB value is (193,9,188). Sum of RGB (Red+Green+Blue) = 193+9+188=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C109BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109BC is #3EF643. Grayscale: #535353. Windows color (decimal): -4126276 or 12323265. OLE color: 12323265.
HSL color Cylindrical-coordinate representation of color #C109BC: hue angle of 301.63º 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 #C109BC is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 188 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.24 |
| HSL | 301.63º | 0.91% | 0.4% | - |
| HSV(B) | 301.63º | 0.95% | 0.76% | - |
| XYZ | 31.17 | 15.16 | 48.86 | - |
| YUV | 84.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 188 | 0 | 0.95 | 0.03 | 0.24 | 301.63 | 0.91 | 0.4 |
| Hex | C1 | 9 | BC | 0 | 5F | 3 | 18 | 12E | 5B | 28 |
| Octal | 301 | 11 | 274 | 0 | 137 | 3 | 30 | 456 | 133 | 50 |
| Binary | 11000001 | 1001 | 10111100 | 0 | 1011111 | 11 | 11000 | 100101110 | 1011011 | 101000 |
Color Harmonies of #C109BC
Complementary color
Monochromatic Colors of #C109BC
Black with #C109BC
Text Example
Text Example
White with #C109BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109BC; }
p { color: rgb(193,9,188); }
H1.HeaderClassName
{
color: #C109BC;
}
.AnyTagClassName
{
color: #C109BC;
}
</style>
background-color css
<style>
a { background-color: #C109BC; }
a { background-color: rgb(193,9,188); }
div.DivClassName
{
background-color: #C109BC;
}
.BgClassName
{
background-color: #C109BC;
}
</style>
border-color css
<style>
span { border-color: #C109BC; }
span { border-color: rgb(193,9,188); }
td.TdClassName
{
border-color: #C109BC;
}
.TagClassName
{
border-color: #C109BC;
}
</style>