Shades of Medium Violet Red #C2148D
Tints of Medium Violet Red #C2148D
RGB
CMYK
RGB Variations
Color information
#C2148D (or 0xC2148D) is known color: Medium Violet Red. HEX triplet: C2, 14 and 8D. RGB value is (194,20,141). Sum of RGB (Red+Green+Blue) = 194+20+141=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2148D is #3DEB72. Grayscale: #555555. Windows color (decimal): -4057971 or 9245890. OLE color: 9245890.
HSL color Cylindrical-coordinate representation of color #C2148D: hue angle of 318.28º degrees, saturation: 0.81, 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 #C2148D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.24 |
| HSL | 318.28º | 0.81% | 0.42% | - |
| HSV(B) | 318.28º | 0.9% | 0.76% | - |
| XYZ | 27.31 | 13.89 | 26.44 | - |
| YUV | 85.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 141 | 0 | 0.90 | 0.27 | 0.24 | 318.28 | 0.81 | 0.42 |
| Hex | C2 | 14 | 8D | 0 | 5A | 1B | 18 | 13E | 51 | 2A |
| Octal | 302 | 24 | 215 | 0 | 132 | 33 | 30 | 476 | 121 | 52 |
| Binary | 11000010 | 10100 | 10001101 | 0 | 1011010 | 11011 | 11000 | 100111110 | 1010001 | 101010 |
Color Harmonies of #C2148D
Complementary color
Monochromatic Colors of #C2148D
Black with #C2148D
Text Example
Text Example
White with #C2148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2148D; }
p { color: rgb(194,20,141); }
H1.HeaderClassName
{
color: #C2148D;
}
.AnyTagClassName
{
color: #C2148D;
}
</style>
background-color css
<style>
a { background-color: #C2148D; }
a { background-color: rgb(194,20,141); }
div.DivClassName
{
background-color: #C2148D;
}
.BgClassName
{
background-color: #C2148D;
}
</style>
border-color css
<style>
span { border-color: #C2148D; }
span { border-color: rgb(194,20,141); }
td.TdClassName
{
border-color: #C2148D;
}
.TagClassName
{
border-color: #C2148D;
}
</style>