Shades of Medium Violet Red #C2049F
Tints of Medium Violet Red #C2049F
RGB
CMYK
RGB Variations
Color information
#C2049F (or 0xC2049F) is known color: Medium Violet Red. HEX triplet: C2, 04 and 9F. RGB value is (194,4,159). Sum of RGB (Red+Green+Blue) = 194+4+159=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2049F is #3DFB60. Grayscale: #4E4E4E. Windows color (decimal): -4062049 or 10421442. OLE color: 10421442.
HSL color Cylindrical-coordinate representation of color #C2049F: hue angle of 311.05º 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 #C2049F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.24 |
| HSL | 311.05º | 0.96% | 0.39% | - |
| HSV(B) | 311.05º | 0.98% | 0.76% | - |
| XYZ | 28.55 | 14.06 | 34.01 | - |
| YUV | 78.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 159 | 0 | 0.98 | 0.18 | 0.24 | 311.05 | 0.96 | 0.39 |
| Hex | C2 | 4 | 9F | 0 | 62 | 12 | 18 | 137 | 60 | 27 |
| Octal | 302 | 4 | 237 | 0 | 142 | 22 | 30 | 467 | 140 | 47 |
| Binary | 11000010 | 100 | 10011111 | 0 | 1100010 | 10010 | 11000 | 100110111 | 1100000 | 100111 |
Color Harmonies of #C2049F
Complementary color
Monochromatic Colors of #C2049F
Black with #C2049F
Text Example
Text Example
White with #C2049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2049F; }
p { color: rgb(194,4,159); }
H1.HeaderClassName
{
color: #C2049F;
}
.AnyTagClassName
{
color: #C2049F;
}
</style>
background-color css
<style>
a { background-color: #C2049F; }
a { background-color: rgb(194,4,159); }
div.DivClassName
{
background-color: #C2049F;
}
.BgClassName
{
background-color: #C2049F;
}
</style>
border-color css
<style>
span { border-color: #C2049F; }
span { border-color: rgb(194,4,159); }
td.TdClassName
{
border-color: #C2049F;
}
.TagClassName
{
border-color: #C2049F;
}
</style>