Shades of Medium Violet Red #C2039E
Tints of Medium Violet Red #C2039E
RGB
CMYK
RGB Variations
Color information
#C2039E (or 0xC2039E) is known color: Medium Violet Red. HEX triplet: C2, 03 and 9E. RGB value is (194,3,158). Sum of RGB (Red+Green+Blue) = 194+3+158=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2039E is #3DFC61. Grayscale: #4D4D4D. Windows color (decimal): -4062306 or 10355650. OLE color: 10355650.
HSL color Cylindrical-coordinate representation of color #C2039E: hue angle of 311.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2039E is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.24 |
| HSL | 311.31º | 0.97% | 0.39% | - |
| HSV(B) | 311.31º | 0.98% | 0.76% | - |
| XYZ | 28.45 | 14 | 33.55 | - |
| YUV | 77.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 158 | 0 | 0.98 | 0.19 | 0.24 | 311.31 | 0.97 | 0.39 |
| Hex | C2 | 3 | 9E | 0 | 62 | 13 | 18 | 137 | 61 | 27 |
| Octal | 302 | 3 | 236 | 0 | 142 | 23 | 30 | 467 | 141 | 47 |
| Binary | 11000010 | 11 | 10011110 | 0 | 1100010 | 10011 | 11000 | 100110111 | 1100001 | 100111 |
Color Harmonies of #C2039E
Complementary color
Monochromatic Colors of #C2039E
Black with #C2039E
Text Example
Text Example
White with #C2039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2039E; }
p { color: rgb(194,3,158); }
H1.HeaderClassName
{
color: #C2039E;
}
.AnyTagClassName
{
color: #C2039E;
}
</style>
background-color css
<style>
a { background-color: #C2039E; }
a { background-color: rgb(194,3,158); }
div.DivClassName
{
background-color: #C2039E;
}
.BgClassName
{
background-color: #C2039E;
}
</style>
border-color css
<style>
span { border-color: #C2039E; }
span { border-color: rgb(194,3,158); }
td.TdClassName
{
border-color: #C2039E;
}
.TagClassName
{
border-color: #C2039E;
}
</style>