Shades of Medium Violet Red #C2128C
Tints of Medium Violet Red #C2128C
RGB
CMYK
RGB Variations
Color information
#C2128C (or 0xC2128C) is known color: Medium Violet Red. HEX triplet: C2, 12 and 8C. RGB value is (194,18,140). Sum of RGB (Red+Green+Blue) = 194+18+140=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2128C is #3DED73. Grayscale: #545454. Windows color (decimal): -4058484 or 9179842. OLE color: 9179842.
HSL color Cylindrical-coordinate representation of color #C2128C: hue angle of 318.41º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2128C is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 140 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.24 |
| HSL | 318.41º | 0.83% | 0.42% | - |
| HSV(B) | 318.41º | 0.91% | 0.76% | - |
| XYZ | 27.2 | 13.8 | 26.04 | - |
| YUV | 84.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 140 | 0 | 0.91 | 0.28 | 0.24 | 318.41 | 0.83 | 0.42 |
| Hex | C2 | 12 | 8C | 0 | 5B | 1C | 18 | 13E | 53 | 2A |
| Octal | 302 | 22 | 214 | 0 | 133 | 34 | 30 | 476 | 123 | 52 |
| Binary | 11000010 | 10010 | 10001100 | 0 | 1011011 | 11100 | 11000 | 100111110 | 1010011 | 101010 |
Color Harmonies of #C2128C
Complementary color
Monochromatic Colors of #C2128C
Black with #C2128C
Text Example
Text Example
White with #C2128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2128C; }
p { color: rgb(194,18,140); }
H1.HeaderClassName
{
color: #C2128C;
}
.AnyTagClassName
{
color: #C2128C;
}
</style>
background-color css
<style>
a { background-color: #C2128C; }
a { background-color: rgb(194,18,140); }
div.DivClassName
{
background-color: #C2128C;
}
.BgClassName
{
background-color: #C2128C;
}
</style>
border-color css
<style>
span { border-color: #C2128C; }
span { border-color: rgb(194,18,140); }
td.TdClassName
{
border-color: #C2128C;
}
.TagClassName
{
border-color: #C2128C;
}
</style>