Shades of Deep Magenta #C109B3
Tints of Deep Magenta #C109B3
RGB
CMYK
RGB Variations
Color information
#C109B3 (or 0xC109B3) is known color: Deep Magenta. HEX triplet: C1, 09 and B3. RGB value is (193,9,179). Sum of RGB (Red+Green+Blue) = 193+9+179=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C109B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109B3 is #3EF64C. Grayscale: #525252. Windows color (decimal): -4126285 or 11733441. OLE color: 11733441.
HSL color Cylindrical-coordinate representation of color #C109B3: hue angle of 304.57º 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 #C109B3 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 179 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.24 |
| HSL | 304.57º | 0.91% | 0.4% | - |
| HSV(B) | 304.57º | 0.95% | 0.76% | - |
| XYZ | 30.23 | 14.79 | 43.91 | - |
| YUV | 83.4 | 181.96 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 179 | 0 | 0.95 | 0.07 | 0.24 | 304.57 | 0.91 | 0.4 |
| Hex | C1 | 9 | B3 | 0 | 5F | 7 | 18 | 131 | 5B | 28 |
| Octal | 301 | 11 | 263 | 0 | 137 | 7 | 30 | 461 | 133 | 50 |
| Binary | 11000001 | 1001 | 10110011 | 0 | 1011111 | 111 | 11000 | 100110001 | 1011011 | 101000 |
Color Harmonies of #C109B3
Complementary color
Monochromatic Colors of #C109B3
Black with #C109B3
Text Example
Text Example
White with #C109B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109B3; }
p { color: rgb(193,9,179); }
H1.HeaderClassName
{
color: #C109B3;
}
.AnyTagClassName
{
color: #C109B3;
}
</style>
background-color css
<style>
a { background-color: #C109B3; }
a { background-color: rgb(193,9,179); }
div.DivClassName
{
background-color: #C109B3;
}
.BgClassName
{
background-color: #C109B3;
}
</style>
border-color css
<style>
span { border-color: #C109B3; }
span { border-color: rgb(193,9,179); }
td.TdClassName
{
border-color: #C109B3;
}
.TagClassName
{
border-color: #C109B3;
}
</style>