Shades of Medium Violet Red #C0096D
Tints of Medium Violet Red #C0096D
RGB
CMYK
RGB Variations
Color information
#C0096D (or 0xC0096D) is known color: Medium Violet Red. HEX triplet: C0, 09 and 6D. RGB value is (192,9,109). Sum of RGB (Red+Green+Blue) = 192+9+109=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0096D is #3FF692. Grayscale: #4A4A4A. Windows color (decimal): -4191891 or 7145920. OLE color: 7145920.
HSL color Cylindrical-coordinate representation of color #C0096D: hue angle of 327.21º 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 #C0096D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.25 |
| HSL | 327.21º | 0.91% | 0.39% | - |
| HSV(B) | 327.21º | 0.95% | 0.75% | - |
| XYZ | 24.6 | 12.51 | 15.59 | - |
| YUV | 75.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 109 | 0 | 0.95 | 0.43 | 0.25 | 327.21 | 0.91 | 0.39 |
| Hex | C0 | 9 | 6D | 0 | 5F | 2B | 19 | 147 | 5B | 27 |
| Octal | 300 | 11 | 155 | 0 | 137 | 53 | 31 | 507 | 133 | 47 |
| Binary | 11000000 | 1001 | 1101101 | 0 | 1011111 | 101011 | 11001 | 101000111 | 1011011 | 100111 |
Color Harmonies of #C0096D
Complementary color
Monochromatic Colors of #C0096D
Black with #C0096D
Text Example
Text Example
White with #C0096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0096D; }
p { color: rgb(192,9,109); }
H1.HeaderClassName
{
color: #C0096D;
}
.AnyTagClassName
{
color: #C0096D;
}
</style>
background-color css
<style>
a { background-color: #C0096D; }
a { background-color: rgb(192,9,109); }
div.DivClassName
{
background-color: #C0096D;
}
.BgClassName
{
background-color: #C0096D;
}
</style>
border-color css
<style>
span { border-color: #C0096D; }
span { border-color: rgb(192,9,109); }
td.TdClassName
{
border-color: #C0096D;
}
.TagClassName
{
border-color: #C0096D;
}
</style>