Shades of Medium Violet Red #C0109B
Tints of Medium Violet Red #C0109B
RGB
CMYK
RGB Variations
Color information
#C0109B (or 0xC0109B) is known color: Medium Violet Red. HEX triplet: C0, 10 and 9B. RGB value is (192,16,155). Sum of RGB (Red+Green+Blue) = 192+16+155=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0109B is #3FEF64. Grayscale: #545454. Windows color (decimal): -4190053 or 10162368. OLE color: 10162368.
HSL color Cylindrical-coordinate representation of color #C0109B: hue angle of 312.61º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0109B is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.25 |
| HSL | 312.61º | 0.85% | 0.41% | - |
| HSV(B) | 312.61º | 0.92% | 0.75% | - |
| XYZ | 27.84 | 13.94 | 32.23 | - |
| YUV | 84.47 | 167.81 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 155 | 0 | 0.92 | 0.19 | 0.25 | 312.61 | 0.85 | 0.41 |
| Hex | C0 | 10 | 9B | 0 | 5C | 13 | 19 | 139 | 55 | 29 |
| Octal | 300 | 20 | 233 | 0 | 134 | 23 | 31 | 471 | 125 | 51 |
| Binary | 11000000 | 10000 | 10011011 | 0 | 1011100 | 10011 | 11001 | 100111001 | 1010101 | 101001 |
Color Harmonies of #C0109B
Complementary color
Monochromatic Colors of #C0109B
Black with #C0109B
Text Example
Text Example
White with #C0109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0109B; }
p { color: rgb(192,16,155); }
H1.HeaderClassName
{
color: #C0109B;
}
.AnyTagClassName
{
color: #C0109B;
}
</style>
background-color css
<style>
a { background-color: #C0109B; }
a { background-color: rgb(192,16,155); }
div.DivClassName
{
background-color: #C0109B;
}
.BgClassName
{
background-color: #C0109B;
}
</style>
border-color css
<style>
span { border-color: #C0109B; }
span { border-color: rgb(192,16,155); }
td.TdClassName
{
border-color: #C0109B;
}
.TagClassName
{
border-color: #C0109B;
}
</style>