Shades of Medium Violet Red #C0099A
Tints of Medium Violet Red #C0099A
RGB
CMYK
RGB Variations
Color information
#C0099A (or 0xC0099A) is known color: Medium Violet Red. HEX triplet: C0, 09 and 9A. RGB value is (192,9,154). Sum of RGB (Red+Green+Blue) = 192+9+154=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0099A is #3FF665. Grayscale: #4F4F4F. Windows color (decimal): -4191846 or 10095040. OLE color: 10095040.
HSL color Cylindrical-coordinate representation of color #C0099A: hue angle of 312.46º 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 #C0099A is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.25 |
| HSL | 312.46º | 0.91% | 0.39% | - |
| HSV(B) | 312.46º | 0.95% | 0.75% | - |
| XYZ | 27.67 | 13.73 | 31.76 | - |
| YUV | 80.25 | 169.63 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 154 | 0 | 0.95 | 0.20 | 0.25 | 312.46 | 0.91 | 0.39 |
| Hex | C0 | 9 | 9A | 0 | 5F | 14 | 19 | 138 | 5B | 27 |
| Octal | 300 | 11 | 232 | 0 | 137 | 24 | 31 | 470 | 133 | 47 |
| Binary | 11000000 | 1001 | 10011010 | 0 | 1011111 | 10100 | 11001 | 100111000 | 1011011 | 100111 |
Color Harmonies of #C0099A
Complementary color
Monochromatic Colors of #C0099A
Black with #C0099A
Text Example
Text Example
White with #C0099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0099A; }
p { color: rgb(192,9,154); }
H1.HeaderClassName
{
color: #C0099A;
}
.AnyTagClassName
{
color: #C0099A;
}
</style>
background-color css
<style>
a { background-color: #C0099A; }
a { background-color: rgb(192,9,154); }
div.DivClassName
{
background-color: #C0099A;
}
.BgClassName
{
background-color: #C0099A;
}
</style>
border-color css
<style>
span { border-color: #C0099A; }
span { border-color: rgb(192,9,154); }
td.TdClassName
{
border-color: #C0099A;
}
.TagClassName
{
border-color: #C0099A;
}
</style>