Shades of Medium Violet Red #C0039E
Tints of Medium Violet Red #C0039E
RGB
CMYK
RGB Variations
Color information
#C0039E (or 0xC0039E) is known color: Medium Violet Red. HEX triplet: C0, 03 and 9E. RGB value is (192,3,158). Sum of RGB (Red+Green+Blue) = 192+3+158=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0039E is #3FFC61. Grayscale: #4C4C4C. Windows color (decimal): -4193378 or 10355648. OLE color: 10355648.
HSL color Cylindrical-coordinate representation of color #C0039E: hue angle of 310.79º 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 #C0039E is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.25 |
| HSL | 310.79º | 0.97% | 0.38% | - |
| HSV(B) | 310.79º | 0.98% | 0.75% | - |
| XYZ | 27.94 | 13.74 | 33.53 | - |
| YUV | 77.18 | 173.62 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 158 | 0 | 0.98 | 0.18 | 0.25 | 310.79 | 0.97 | 0.38 |
| Hex | C0 | 3 | 9E | 0 | 62 | 12 | 19 | 137 | 61 | 26 |
| Octal | 300 | 3 | 236 | 0 | 142 | 22 | 31 | 467 | 141 | 46 |
| Binary | 11000000 | 11 | 10011110 | 0 | 1100010 | 10010 | 11001 | 100110111 | 1100001 | 100110 |
Color Harmonies of #C0039E
Complementary color
Monochromatic Colors of #C0039E
Black with #C0039E
Text Example
Text Example
White with #C0039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0039E; }
p { color: rgb(192,3,158); }
H1.HeaderClassName
{
color: #C0039E;
}
.AnyTagClassName
{
color: #C0039E;
}
</style>
background-color css
<style>
a { background-color: #C0039E; }
a { background-color: rgb(192,3,158); }
div.DivClassName
{
background-color: #C0039E;
}
.BgClassName
{
background-color: #C0039E;
}
</style>
border-color css
<style>
span { border-color: #C0039E; }
span { border-color: rgb(192,3,158); }
td.TdClassName
{
border-color: #C0039E;
}
.TagClassName
{
border-color: #C0039E;
}
</style>