Shades of Medium Violet Red #C8039E
Tints of Medium Violet Red #C8039E
RGB
CMYK
RGB Variations
Color information
#C8039E (or 0xC8039E) is known color: Medium Violet Red. HEX triplet: C8, 03 and 9E. RGB value is (200,3,158). Sum of RGB (Red+Green+Blue) = 200+3+158=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8039E is #37FC61. Grayscale: #4F4F4F. Windows color (decimal): -3669090 or 10355656. OLE color: 10355656.
HSL color Cylindrical-coordinate representation of color #C8039E: hue angle of 312.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8039E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.22 |
| HSL | 312.79º | 0.97% | 0.4% | - |
| HSV(B) | 312.79º | 0.99% | 0.78% | - |
| XYZ | 30.02 | 14.81 | 33.62 | - |
| YUV | 79.57 | 172.27 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 158 | 0 | 0.98 | 0.21 | 0.22 | 312.79 | 0.97 | 0.4 |
| Hex | C8 | 3 | 9E | 0 | 62 | 15 | 16 | 139 | 61 | 28 |
| Octal | 310 | 3 | 236 | 0 | 142 | 25 | 26 | 471 | 141 | 50 |
| Binary | 11001000 | 11 | 10011110 | 0 | 1100010 | 10101 | 10110 | 100111001 | 1100001 | 101000 |
Color Harmonies of #C8039E
Complementary color
Monochromatic Colors of #C8039E
Black with #C8039E
Text Example
Text Example
White with #C8039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8039E; }
p { color: rgb(200,3,158); }
H1.HeaderClassName
{
color: #C8039E;
}
.AnyTagClassName
{
color: #C8039E;
}
</style>
background-color css
<style>
a { background-color: #C8039E; }
a { background-color: rgb(200,3,158); }
div.DivClassName
{
background-color: #C8039E;
}
.BgClassName
{
background-color: #C8039E;
}
</style>
border-color css
<style>
span { border-color: #C8039E; }
span { border-color: rgb(200,3,158); }
td.TdClassName
{
border-color: #C8039E;
}
.TagClassName
{
border-color: #C8039E;
}
</style>