Shades of Medium Violet Red #C2049B
Tints of Medium Violet Red #C2049B
RGB
CMYK
RGB Variations
Color information
#C2049B (or 0xC2049B) is known color: Medium Violet Red. HEX triplet: C2, 04 and 9B. RGB value is (194,4,155). Sum of RGB (Red+Green+Blue) = 194+4+155=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2049B is #3DFB64. Grayscale: #4D4D4D. Windows color (decimal): -4062053 or 10159298. OLE color: 10159298.
HSL color Cylindrical-coordinate representation of color #C2049B: hue angle of 312.32º 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 #C2049B is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.24 |
| HSL | 312.32º | 0.96% | 0.39% | - |
| HSV(B) | 312.32º | 0.98% | 0.76% | - |
| XYZ | 28.21 | 13.92 | 32.21 | - |
| YUV | 78.02 | 171.45 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 155 | 0 | 0.98 | 0.20 | 0.24 | 312.32 | 0.96 | 0.39 |
| Hex | C2 | 4 | 9B | 0 | 62 | 14 | 18 | 138 | 60 | 27 |
| Octal | 302 | 4 | 233 | 0 | 142 | 24 | 30 | 470 | 140 | 47 |
| Binary | 11000010 | 100 | 10011011 | 0 | 1100010 | 10100 | 11000 | 100111000 | 1100000 | 100111 |
Color Harmonies of #C2049B
Complementary color
Monochromatic Colors of #C2049B
Black with #C2049B
Text Example
Text Example
White with #C2049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2049B; }
p { color: rgb(194,4,155); }
H1.HeaderClassName
{
color: #C2049B;
}
.AnyTagClassName
{
color: #C2049B;
}
</style>
background-color css
<style>
a { background-color: #C2049B; }
a { background-color: rgb(194,4,155); }
div.DivClassName
{
background-color: #C2049B;
}
.BgClassName
{
background-color: #C2049B;
}
</style>
border-color css
<style>
span { border-color: #C2049B; }
span { border-color: rgb(194,4,155); }
td.TdClassName
{
border-color: #C2049B;
}
.TagClassName
{
border-color: #C2049B;
}
</style>