Shades of Medium Violet Red #C2147F
Tints of Medium Violet Red #C2147F
RGB
CMYK
RGB Variations
Color information
#C2147F (or 0xC2147F) is known color: Medium Violet Red. HEX triplet: C2, 14 and 7F. RGB value is (194,20,127). Sum of RGB (Red+Green+Blue) = 194+20+127=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2147F is #3DEB80. Grayscale: #535353. Windows color (decimal): -4057985 or 8328386. OLE color: 8328386.
HSL color Cylindrical-coordinate representation of color #C2147F: hue angle of 323.1º 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 #C2147F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 127 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.24 |
| HSL | 323.1º | 0.81% | 0.42% | - |
| HSV(B) | 323.1º | 0.9% | 0.76% | - |
| XYZ | 26.33 | 13.5 | 21.3 | - |
| YUV | 84.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 127 | 0 | 0.90 | 0.35 | 0.24 | 323.1 | 0.81 | 0.42 |
| Hex | C2 | 14 | 7F | 0 | 5A | 23 | 18 | 143 | 51 | 2A |
| Octal | 302 | 24 | 177 | 0 | 132 | 43 | 30 | 503 | 121 | 52 |
| Binary | 11000010 | 10100 | 1111111 | 0 | 1011010 | 100011 | 11000 | 101000011 | 1010001 | 101010 |
Color Harmonies of #C2147F
Complementary color
Monochromatic Colors of #C2147F
Black with #C2147F
Text Example
Text Example
White with #C2147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2147F; }
p { color: rgb(194,20,127); }
H1.HeaderClassName
{
color: #C2147F;
}
.AnyTagClassName
{
color: #C2147F;
}
</style>
background-color css
<style>
a { background-color: #C2147F; }
a { background-color: rgb(194,20,127); }
div.DivClassName
{
background-color: #C2147F;
}
.BgClassName
{
background-color: #C2147F;
}
</style>
border-color css
<style>
span { border-color: #C2147F; }
span { border-color: rgb(194,20,127); }
td.TdClassName
{
border-color: #C2147F;
}
.TagClassName
{
border-color: #C2147F;
}
</style>