Shades of Medium Violet Red #C2128B
Tints of Medium Violet Red #C2128B
RGB
CMYK
RGB Variations
Color information
#C2128B (or 0xC2128B) is known color: Medium Violet Red. HEX triplet: C2, 12 and 8B. RGB value is (194,18,139). Sum of RGB (Red+Green+Blue) = 194+18+139=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2128B is #3DED74. Grayscale: #545454. Windows color (decimal): -4058485 or 9114306. OLE color: 9114306.
HSL color Cylindrical-coordinate representation of color #C2128B: hue angle of 318.75º 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 #C2128B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.24 |
| HSL | 318.75º | 0.83% | 0.42% | - |
| HSV(B) | 318.75º | 0.91% | 0.76% | - |
| XYZ | 27.12 | 13.77 | 25.65 | - |
| YUV | 84.42 | 158.81 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 139 | 0 | 0.91 | 0.28 | 0.24 | 318.75 | 0.83 | 0.42 |
| Hex | C2 | 12 | 8B | 0 | 5B | 1C | 18 | 13F | 53 | 2A |
| Octal | 302 | 22 | 213 | 0 | 133 | 34 | 30 | 477 | 123 | 52 |
| Binary | 11000010 | 10010 | 10001011 | 0 | 1011011 | 11100 | 11000 | 100111111 | 1010011 | 101010 |
Color Harmonies of #C2128B
Complementary color
Monochromatic Colors of #C2128B
Black with #C2128B
Text Example
Text Example
White with #C2128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2128B; }
p { color: rgb(194,18,139); }
H1.HeaderClassName
{
color: #C2128B;
}
.AnyTagClassName
{
color: #C2128B;
}
</style>
background-color css
<style>
a { background-color: #C2128B; }
a { background-color: rgb(194,18,139); }
div.DivClassName
{
background-color: #C2128B;
}
.BgClassName
{
background-color: #C2128B;
}
</style>
border-color css
<style>
span { border-color: #C2128B; }
span { border-color: rgb(194,18,139); }
td.TdClassName
{
border-color: #C2128B;
}
.TagClassName
{
border-color: #C2128B;
}
</style>