Shades of Medium Violet Red #C0099B
Tints of Medium Violet Red #C0099B
RGB
CMYK
RGB Variations
Color information
#C0099B (or 0xC0099B) is known color: Medium Violet Red. HEX triplet: C0, 09 and 9B. RGB value is (192,9,155). Sum of RGB (Red+Green+Blue) = 192+9+155=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0099B is #3FF664. Grayscale: #4F4F4F. Windows color (decimal): -4191845 or 10160576. OLE color: 10160576.
HSL color Cylindrical-coordinate representation of color #C0099B: hue angle of 312.13º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0099B is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.25 |
| HSL | 312.13º | 0.91% | 0.39% | - |
| HSV(B) | 312.13º | 0.95% | 0.75% | - |
| XYZ | 27.75 | 13.77 | 32.21 | - |
| YUV | 80.36 | 170.13 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 155 | 0 | 0.95 | 0.19 | 0.25 | 312.13 | 0.91 | 0.39 |
| Hex | C0 | 9 | 9B | 0 | 5F | 13 | 19 | 138 | 5B | 27 |
| Octal | 300 | 11 | 233 | 0 | 137 | 23 | 31 | 470 | 133 | 47 |
| Binary | 11000000 | 1001 | 10011011 | 0 | 1011111 | 10011 | 11001 | 100111000 | 1011011 | 100111 |
Color Harmonies of #C0099B
Complementary color
Monochromatic Colors of #C0099B
Black with #C0099B
Text Example
Text Example
White with #C0099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0099B; }
p { color: rgb(192,9,155); }
H1.HeaderClassName
{
color: #C0099B;
}
.AnyTagClassName
{
color: #C0099B;
}
</style>
background-color css
<style>
a { background-color: #C0099B; }
a { background-color: rgb(192,9,155); }
div.DivClassName
{
background-color: #C0099B;
}
.BgClassName
{
background-color: #C0099B;
}
</style>
border-color css
<style>
span { border-color: #C0099B; }
span { border-color: rgb(192,9,155); }
td.TdClassName
{
border-color: #C0099B;
}
.TagClassName
{
border-color: #C0099B;
}
</style>