Shades of Medium Violet Red #C2138A
Tints of Medium Violet Red #C2138A
RGB
CMYK
RGB Variations
Color information
#C2138A (or 0xC2138A) is known color: Medium Violet Red. HEX triplet: C2, 13 and 8A. RGB value is (194,19,138). Sum of RGB (Red+Green+Blue) = 194+19+138=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2138A is #3DEC75. Grayscale: #545454. Windows color (decimal): -4058230 or 9049026. OLE color: 9049026.
HSL color Cylindrical-coordinate representation of color #C2138A: hue angle of 319.2º 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 #C2138A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 138 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.24 |
| HSL | 319.2º | 0.82% | 0.42% | - |
| HSV(B) | 319.2º | 0.9% | 0.76% | - |
| XYZ | 27.07 | 13.77 | 25.28 | - |
| YUV | 84.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 138 | 0 | 0.90 | 0.29 | 0.24 | 319.2 | 0.82 | 0.42 |
| Hex | C2 | 13 | 8A | 0 | 5A | 1D | 18 | 13F | 52 | 2A |
| Octal | 302 | 23 | 212 | 0 | 132 | 35 | 30 | 477 | 122 | 52 |
| Binary | 11000010 | 10011 | 10001010 | 0 | 1011010 | 11101 | 11000 | 100111111 | 1010010 | 101010 |
Color Harmonies of #C2138A
Complementary color
Monochromatic Colors of #C2138A
Black with #C2138A
Text Example
Text Example
White with #C2138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2138A; }
p { color: rgb(194,19,138); }
H1.HeaderClassName
{
color: #C2138A;
}
.AnyTagClassName
{
color: #C2138A;
}
</style>
background-color css
<style>
a { background-color: #C2138A; }
a { background-color: rgb(194,19,138); }
div.DivClassName
{
background-color: #C2138A;
}
.BgClassName
{
background-color: #C2138A;
}
</style>
border-color css
<style>
span { border-color: #C2138A; }
span { border-color: rgb(194,19,138); }
td.TdClassName
{
border-color: #C2138A;
}
.TagClassName
{
border-color: #C2138A;
}
</style>