Shades of Medium Violet Red #C2148A
Tints of Medium Violet Red #C2148A
RGB
CMYK
RGB Variations
Color information
#C2148A (or 0xC2148A) is known color: Medium Violet Red. HEX triplet: C2, 14 and 8A. RGB value is (194,20,138). Sum of RGB (Red+Green+Blue) = 194+20+138=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2148A is #3DEB75. Grayscale: #555555. Windows color (decimal): -4057974 or 9049282. OLE color: 9049282.
HSL color Cylindrical-coordinate representation of color #C2148A: hue angle of 319.31º 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 #C2148A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.24 |
| HSL | 319.31º | 0.81% | 0.42% | - |
| HSV(B) | 319.31º | 0.9% | 0.76% | - |
| XYZ | 27.09 | 13.8 | 25.28 | - |
| YUV | 85.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 138 | 0 | 0.90 | 0.29 | 0.24 | 319.31 | 0.81 | 0.42 |
| Hex | C2 | 14 | 8A | 0 | 5A | 1D | 18 | 13F | 51 | 2A |
| Octal | 302 | 24 | 212 | 0 | 132 | 35 | 30 | 477 | 121 | 52 |
| Binary | 11000010 | 10100 | 10001010 | 0 | 1011010 | 11101 | 11000 | 100111111 | 1010001 | 101010 |
Color Harmonies of #C2148A
Complementary color
Monochromatic Colors of #C2148A
Black with #C2148A
Text Example
Text Example
White with #C2148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2148A; }
p { color: rgb(194,20,138); }
H1.HeaderClassName
{
color: #C2148A;
}
.AnyTagClassName
{
color: #C2148A;
}
</style>
background-color css
<style>
a { background-color: #C2148A; }
a { background-color: rgb(194,20,138); }
div.DivClassName
{
background-color: #C2148A;
}
.BgClassName
{
background-color: #C2148A;
}
</style>
border-color css
<style>
span { border-color: #C2148A; }
span { border-color: rgb(194,20,138); }
td.TdClassName
{
border-color: #C2148A;
}
.TagClassName
{
border-color: #C2148A;
}
</style>