Shades of Medium Violet Red #C0096E
Tints of Medium Violet Red #C0096E
RGB
CMYK
RGB Variations
Color information
#C0096E (or 0xC0096E) is known color: Medium Violet Red. HEX triplet: C0, 09 and 6E. RGB value is (192,9,110). Sum of RGB (Red+Green+Blue) = 192+9+110=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0096E is #3FF691. Grayscale: #4B4B4B. Windows color (decimal): -4191890 or 7211456. OLE color: 7211456.
HSL color Cylindrical-coordinate representation of color #C0096E: hue angle of 326.89º 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 #C0096E is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.25 |
| HSL | 326.89º | 0.91% | 0.39% | - |
| HSV(B) | 326.89º | 0.95% | 0.75% | - |
| XYZ | 24.65 | 12.53 | 15.87 | - |
| YUV | 75.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 110 | 0 | 0.95 | 0.43 | 0.25 | 326.89 | 0.91 | 0.39 |
| Hex | C0 | 9 | 6E | 0 | 5F | 2B | 19 | 147 | 5B | 27 |
| Octal | 300 | 11 | 156 | 0 | 137 | 53 | 31 | 507 | 133 | 47 |
| Binary | 11000000 | 1001 | 1101110 | 0 | 1011111 | 101011 | 11001 | 101000111 | 1011011 | 100111 |
Color Harmonies of #C0096E
Complementary color
Monochromatic Colors of #C0096E
Black with #C0096E
Text Example
Text Example
White with #C0096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0096E; }
p { color: rgb(192,9,110); }
H1.HeaderClassName
{
color: #C0096E;
}
.AnyTagClassName
{
color: #C0096E;
}
</style>
background-color css
<style>
a { background-color: #C0096E; }
a { background-color: rgb(192,9,110); }
div.DivClassName
{
background-color: #C0096E;
}
.BgClassName
{
background-color: #C0096E;
}
</style>
border-color css
<style>
span { border-color: #C0096E; }
span { border-color: rgb(192,9,110); }
td.TdClassName
{
border-color: #C0096E;
}
.TagClassName
{
border-color: #C0096E;
}
</style>