Shades of Medium Violet Red #C2158C
Tints of Medium Violet Red #C2158C
RGB
CMYK
RGB Variations
Color information
#C2158C (or 0xC2158C) is known color: Medium Violet Red. HEX triplet: C2, 15 and 8C. RGB value is (194,21,140). Sum of RGB (Red+Green+Blue) = 194+21+140=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2158C is #3DEA73. Grayscale: #555555. Windows color (decimal): -4057716 or 9180610. OLE color: 9180610.
HSL color Cylindrical-coordinate representation of color #C2158C: hue angle of 318.73º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2158C is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 140 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.24 |
| HSL | 318.73º | 0.8% | 0.42% | - |
| HSV(B) | 318.73º | 0.89% | 0.76% | - |
| XYZ | 27.25 | 13.9 | 26.06 | - |
| YUV | 86.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 140 | 0 | 0.89 | 0.28 | 0.24 | 318.73 | 0.8 | 0.42 |
| Hex | C2 | 15 | 8C | 0 | 59 | 1C | 18 | 13F | 50 | 2A |
| Octal | 302 | 25 | 214 | 0 | 131 | 34 | 30 | 477 | 120 | 52 |
| Binary | 11000010 | 10101 | 10001100 | 0 | 1011001 | 11100 | 11000 | 100111111 | 1010000 | 101010 |
Color Harmonies of #C2158C
Complementary color
Monochromatic Colors of #C2158C
Black with #C2158C
Text Example
Text Example
White with #C2158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2158C; }
p { color: rgb(194,21,140); }
H1.HeaderClassName
{
color: #C2158C;
}
.AnyTagClassName
{
color: #C2158C;
}
</style>
background-color css
<style>
a { background-color: #C2158C; }
a { background-color: rgb(194,21,140); }
div.DivClassName
{
background-color: #C2158C;
}
.BgClassName
{
background-color: #C2158C;
}
</style>
border-color css
<style>
span { border-color: #C2158C; }
span { border-color: rgb(194,21,140); }
td.TdClassName
{
border-color: #C2158C;
}
.TagClassName
{
border-color: #C2158C;
}
</style>