Shades of Medium Violet Red #C2147D
Tints of Medium Violet Red #C2147D
RGB
CMYK
RGB Variations
Color information
#C2147D (or 0xC2147D) is known color: Medium Violet Red. HEX triplet: C2, 14 and 7D. RGB value is (194,20,125). Sum of RGB (Red+Green+Blue) = 194+20+125=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2147D is #3DEB82. Grayscale: #535353. Windows color (decimal): -4057987 or 8197314. OLE color: 8197314.
HSL color Cylindrical-coordinate representation of color #C2147D: hue angle of 323.79º 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 #C2147D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.24 |
| HSL | 323.79º | 0.81% | 0.42% | - |
| HSV(B) | 323.79º | 0.9% | 0.76% | - |
| XYZ | 26.2 | 13.45 | 20.62 | - |
| YUV | 84 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 125 | 0 | 0.90 | 0.36 | 0.24 | 323.79 | 0.81 | 0.42 |
| Hex | C2 | 14 | 7D | 0 | 5A | 24 | 18 | 144 | 51 | 2A |
| Octal | 302 | 24 | 175 | 0 | 132 | 44 | 30 | 504 | 121 | 52 |
| Binary | 11000010 | 10100 | 1111101 | 0 | 1011010 | 100100 | 11000 | 101000100 | 1010001 | 101010 |
Color Harmonies of #C2147D
Complementary color
Monochromatic Colors of #C2147D
Black with #C2147D
Text Example
Text Example
White with #C2147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2147D; }
p { color: rgb(194,20,125); }
H1.HeaderClassName
{
color: #C2147D;
}
.AnyTagClassName
{
color: #C2147D;
}
</style>
background-color css
<style>
a { background-color: #C2147D; }
a { background-color: rgb(194,20,125); }
div.DivClassName
{
background-color: #C2147D;
}
.BgClassName
{
background-color: #C2147D;
}
</style>
border-color css
<style>
span { border-color: #C2147D; }
span { border-color: rgb(194,20,125); }
td.TdClassName
{
border-color: #C2147D;
}
.TagClassName
{
border-color: #C2147D;
}
</style>