Shades of Deep Magenta #C109B2
Tints of Deep Magenta #C109B2
RGB
CMYK
RGB Variations
Color information
#C109B2 (or 0xC109B2) is known color: Deep Magenta. HEX triplet: C1, 09 and B2. RGB value is (193,9,178). Sum of RGB (Red+Green+Blue) = 193+9+178=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C109B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109B2 is #3EF64D. Grayscale: #525252. Windows color (decimal): -4126286 or 11667905. OLE color: 11667905.
HSL color Cylindrical-coordinate representation of color #C109B2: hue angle of 304.89º 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 #C109B2 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 178 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.24 |
| HSL | 304.89º | 0.91% | 0.4% | - |
| HSV(B) | 304.89º | 0.95% | 0.76% | - |
| XYZ | 30.13 | 14.75 | 43.38 | - |
| YUV | 83.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 178 | 0 | 0.95 | 0.08 | 0.24 | 304.89 | 0.91 | 0.4 |
| Hex | C1 | 9 | B2 | 0 | 5F | 8 | 18 | 131 | 5B | 28 |
| Octal | 301 | 11 | 262 | 0 | 137 | 10 | 30 | 461 | 133 | 50 |
| Binary | 11000001 | 1001 | 10110010 | 0 | 1011111 | 1000 | 11000 | 100110001 | 1011011 | 101000 |
Color Harmonies of #C109B2
Complementary color
Monochromatic Colors of #C109B2
Black with #C109B2
Text Example
Text Example
White with #C109B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109B2; }
p { color: rgb(193,9,178); }
H1.HeaderClassName
{
color: #C109B2;
}
.AnyTagClassName
{
color: #C109B2;
}
</style>
background-color css
<style>
a { background-color: #C109B2; }
a { background-color: rgb(193,9,178); }
div.DivClassName
{
background-color: #C109B2;
}
.BgClassName
{
background-color: #C109B2;
}
</style>
border-color css
<style>
span { border-color: #C109B2; }
span { border-color: rgb(193,9,178); }
td.TdClassName
{
border-color: #C109B2;
}
.TagClassName
{
border-color: #C109B2;
}
</style>