Shades of Medium Violet Red #C00D9E
Tints of Medium Violet Red #C00D9E
RGB
CMYK
RGB Variations
Color information
#C00D9E (or 0xC00D9E) is known color: Medium Violet Red. HEX triplet: C0, 0D and 9E. RGB value is (192,13,158). Sum of RGB (Red+Green+Blue) = 192+13+158=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00D9E is #3FF261. Grayscale: #525252. Windows color (decimal): -4190818 or 10358208. OLE color: 10358208.
HSL color Cylindrical-coordinate representation of color #C00D9E: hue angle of 311.4º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D9E is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 158 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.25 |
| HSL | 311.4º | 0.87% | 0.4% | - |
| HSV(B) | 311.4º | 0.93% | 0.75% | - |
| XYZ | 28.05 | 13.96 | 33.56 | - |
| YUV | 83.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 158 | 0 | 0.93 | 0.18 | 0.25 | 311.4 | 0.87 | 0.4 |
| Hex | C0 | D | 9E | 0 | 5D | 12 | 19 | 137 | 57 | 28 |
| Octal | 300 | 15 | 236 | 0 | 135 | 22 | 31 | 467 | 127 | 50 |
| Binary | 11000000 | 1101 | 10011110 | 0 | 1011101 | 10010 | 11001 | 100110111 | 1010111 | 101000 |
Color Harmonies of #C00D9E
Complementary color
Monochromatic Colors of #C00D9E
Black with #C00D9E
Text Example
Text Example
White with #C00D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00D9E; }
p { color: rgb(192,13,158); }
H1.HeaderClassName
{
color: #C00D9E;
}
.AnyTagClassName
{
color: #C00D9E;
}
</style>
background-color css
<style>
a { background-color: #C00D9E; }
a { background-color: rgb(192,13,158); }
div.DivClassName
{
background-color: #C00D9E;
}
.BgClassName
{
background-color: #C00D9E;
}
</style>
border-color css
<style>
span { border-color: #C00D9E; }
span { border-color: rgb(192,13,158); }
td.TdClassName
{
border-color: #C00D9E;
}
.TagClassName
{
border-color: #C00D9E;
}
</style>