Shades of Medium Violet Red #C2148B
Tints of Medium Violet Red #C2148B
RGB
CMYK
RGB Variations
Color information
#C2148B (or 0xC2148B) is known color: Medium Violet Red. HEX triplet: C2, 14 and 8B. RGB value is (194,20,139). Sum of RGB (Red+Green+Blue) = 194+20+139=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2148B is #3DEB74. Grayscale: #555555. Windows color (decimal): -4057973 or 9114818. OLE color: 9114818.
HSL color Cylindrical-coordinate representation of color #C2148B: hue angle of 318.97º 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 #C2148B is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.24 |
| HSL | 318.97º | 0.81% | 0.42% | - |
| HSV(B) | 318.97º | 0.9% | 0.76% | - |
| XYZ | 27.16 | 13.83 | 25.66 | - |
| YUV | 85.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 139 | 0 | 0.90 | 0.28 | 0.24 | 318.97 | 0.81 | 0.42 |
| Hex | C2 | 14 | 8B | 0 | 5A | 1C | 18 | 13F | 51 | 2A |
| Octal | 302 | 24 | 213 | 0 | 132 | 34 | 30 | 477 | 121 | 52 |
| Binary | 11000010 | 10100 | 10001011 | 0 | 1011010 | 11100 | 11000 | 100111111 | 1010001 | 101010 |
Color Harmonies of #C2148B
Complementary color
Monochromatic Colors of #C2148B
Black with #C2148B
Text Example
Text Example
White with #C2148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2148B; }
p { color: rgb(194,20,139); }
H1.HeaderClassName
{
color: #C2148B;
}
.AnyTagClassName
{
color: #C2148B;
}
</style>
background-color css
<style>
a { background-color: #C2148B; }
a { background-color: rgb(194,20,139); }
div.DivClassName
{
background-color: #C2148B;
}
.BgClassName
{
background-color: #C2148B;
}
</style>
border-color css
<style>
span { border-color: #C2148B; }
span { border-color: rgb(194,20,139); }
td.TdClassName
{
border-color: #C2148B;
}
.TagClassName
{
border-color: #C2148B;
}
</style>