Shades of Medium Violet Red #C2137D
Tints of Medium Violet Red #C2137D
RGB
CMYK
RGB Variations
Color information
#C2137D (or 0xC2137D) is known color: Medium Violet Red. HEX triplet: C2, 13 and 7D. RGB value is (194,19,125). Sum of RGB (Red+Green+Blue) = 194+19+125=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2137D is #3DEC82. Grayscale: #535353. Windows color (decimal): -4058243 or 8197058. OLE color: 8197058.
HSL color Cylindrical-coordinate representation of color #C2137D: hue angle of 323.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2137D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.24 |
| HSL | 323.66º | 0.82% | 0.42% | - |
| HSV(B) | 323.66º | 0.9% | 0.76% | - |
| XYZ | 26.18 | 13.42 | 20.61 | - |
| YUV | 83.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 125 | 0 | 0.90 | 0.36 | 0.24 | 323.66 | 0.82 | 0.42 |
| Hex | C2 | 13 | 7D | 0 | 5A | 24 | 18 | 144 | 52 | 2A |
| Octal | 302 | 23 | 175 | 0 | 132 | 44 | 30 | 504 | 122 | 52 |
| Binary | 11000010 | 10011 | 1111101 | 0 | 1011010 | 100100 | 11000 | 101000100 | 1010010 | 101010 |
Color Harmonies of #C2137D
Complementary color
Monochromatic Colors of #C2137D
Black with #C2137D
Text Example
Text Example
White with #C2137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2137D; }
p { color: rgb(194,19,125); }
H1.HeaderClassName
{
color: #C2137D;
}
.AnyTagClassName
{
color: #C2137D;
}
</style>
background-color css
<style>
a { background-color: #C2137D; }
a { background-color: rgb(194,19,125); }
div.DivClassName
{
background-color: #C2137D;
}
.BgClassName
{
background-color: #C2137D;
}
</style>
border-color css
<style>
span { border-color: #C2137D; }
span { border-color: rgb(194,19,125); }
td.TdClassName
{
border-color: #C2137D;
}
.TagClassName
{
border-color: #C2137D;
}
</style>