Shades of Medium Violet Red #C0038E
Tints of Medium Violet Red #C0038E
RGB
CMYK
RGB Variations
Color information
#C0038E (or 0xC0038E) is known color: Medium Violet Red. HEX triplet: C0, 03 and 8E. RGB value is (192,3,142). Sum of RGB (Red+Green+Blue) = 192+3+142=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0038E is #3FFC71. Grayscale: #4A4A4A. Windows color (decimal): -4193394 or 9307072. OLE color: 9307072.
HSL color Cylindrical-coordinate representation of color #C0038E: hue angle of 315.87º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0038E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.25 |
| HSL | 315.87º | 0.97% | 0.38% | - |
| HSV(B) | 315.87º | 0.98% | 0.75% | - |
| XYZ | 26.65 | 13.22 | 26.74 | - |
| YUV | 75.36 | 165.62 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 142 | 0 | 0.98 | 0.26 | 0.25 | 315.87 | 0.97 | 0.38 |
| Hex | C0 | 3 | 8E | 0 | 62 | 1A | 19 | 13C | 61 | 26 |
| Octal | 300 | 3 | 216 | 0 | 142 | 32 | 31 | 474 | 141 | 46 |
| Binary | 11000000 | 11 | 10001110 | 0 | 1100010 | 11010 | 11001 | 100111100 | 1100001 | 100110 |
Color Harmonies of #C0038E
Complementary color
Monochromatic Colors of #C0038E
Black with #C0038E
Text Example
Text Example
White with #C0038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0038E; }
p { color: rgb(192,3,142); }
H1.HeaderClassName
{
color: #C0038E;
}
.AnyTagClassName
{
color: #C0038E;
}
</style>
background-color css
<style>
a { background-color: #C0038E; }
a { background-color: rgb(192,3,142); }
div.DivClassName
{
background-color: #C0038E;
}
.BgClassName
{
background-color: #C0038E;
}
</style>
border-color css
<style>
span { border-color: #C0038E; }
span { border-color: rgb(192,3,142); }
td.TdClassName
{
border-color: #C0038E;
}
.TagClassName
{
border-color: #C0038E;
}
</style>