Shades of Medium Violet Red #C2049E
Tints of Medium Violet Red #C2049E
RGB
CMYK
RGB Variations
Color information
#C2049E (or 0xC2049E) is known color: Medium Violet Red. HEX triplet: C2, 04 and 9E. RGB value is (194,4,158). Sum of RGB (Red+Green+Blue) = 194+4+158=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2049E is #3DFB61. Grayscale: #4D4D4D. Windows color (decimal): -4062050 or 10355906. OLE color: 10355906.
HSL color Cylindrical-coordinate representation of color #C2049E: hue angle of 311.37º degrees, saturation: 0.96, 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 #C2049E is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.24 |
| HSL | 311.37º | 0.96% | 0.39% | - |
| HSV(B) | 311.37º | 0.98% | 0.76% | - |
| XYZ | 28.46 | 14.02 | 33.55 | - |
| YUV | 78.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 158 | 0 | 0.98 | 0.19 | 0.24 | 311.37 | 0.96 | 0.39 |
| Hex | C2 | 4 | 9E | 0 | 62 | 13 | 18 | 137 | 60 | 27 |
| Octal | 302 | 4 | 236 | 0 | 142 | 23 | 30 | 467 | 140 | 47 |
| Binary | 11000010 | 100 | 10011110 | 0 | 1100010 | 10011 | 11000 | 100110111 | 1100000 | 100111 |
Color Harmonies of #C2049E
Complementary color
Monochromatic Colors of #C2049E
Black with #C2049E
Text Example
Text Example
White with #C2049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2049E; }
p { color: rgb(194,4,158); }
H1.HeaderClassName
{
color: #C2049E;
}
.AnyTagClassName
{
color: #C2049E;
}
</style>
background-color css
<style>
a { background-color: #C2049E; }
a { background-color: rgb(194,4,158); }
div.DivClassName
{
background-color: #C2049E;
}
.BgClassName
{
background-color: #C2049E;
}
</style>
border-color css
<style>
span { border-color: #C2049E; }
span { border-color: rgb(194,4,158); }
td.TdClassName
{
border-color: #C2049E;
}
.TagClassName
{
border-color: #C2049E;
}
</style>