Shades of Medium Violet Red #C0008E
Tints of Medium Violet Red #C0008E
RGB
CMYK
RGB Variations
Color information
#C0008E (or 0xC0008E) is known color: Medium Violet Red. HEX triplet: C0, 00 and 8E. RGB value is (192,0,142). Sum of RGB (Red+Green+Blue) = 192+0+142=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0008E is #3FFF71. Grayscale: #494949. Windows color (decimal): -4194162 or 9306304. OLE color: 9306304.
HSL color Cylindrical-coordinate representation of color #C0008E: hue angle of 315.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0008E is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.26 | 0.25 |
| HSL | 315.63º | 1% | 0.38% | - |
| HSV(B) | 315.63º | 1% | 0.75% | - |
| XYZ | 26.62 | 13.16 | 26.73 | - |
| YUV | 73.6 | 166.61 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 142 | 0 | 1 | 0.26 | 0.25 | 315.63 | 1 | 0.38 |
| Hex | C0 | 0 | 8E | 0 | 64 | 1A | 19 | 13C | 64 | 26 |
| Octal | 300 | 0 | 216 | 0 | 144 | 32 | 31 | 474 | 144 | 46 |
| Binary | 11000000 | 0 | 10001110 | 0 | 1100100 | 11010 | 11001 | 100111100 | 1100100 | 100110 |
Color Harmonies of #C0008E
Complementary color
Monochromatic Colors of #C0008E
Black with #C0008E
Text Example
Text Example
White with #C0008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0008E; }
p { color: rgb(192,0,142); }
H1.HeaderClassName
{
color: #C0008E;
}
.AnyTagClassName
{
color: #C0008E;
}
</style>
background-color css
<style>
a { background-color: #C0008E; }
a { background-color: rgb(192,0,142); }
div.DivClassName
{
background-color: #C0008E;
}
.BgClassName
{
background-color: #C0008E;
}
</style>
border-color css
<style>
span { border-color: #C0008E; }
span { border-color: rgb(192,0,142); }
td.TdClassName
{
border-color: #C0008E;
}
.TagClassName
{
border-color: #C0008E;
}
</style>