Shades of Medium Violet Red #C2149F
Tints of Medium Violet Red #C2149F
RGB
CMYK
RGB Variations
Color information
#C2149F (or 0xC2149F) is known color: Medium Violet Red. HEX triplet: C2, 14 and 9F. RGB value is (194,20,159). Sum of RGB (Red+Green+Blue) = 194+20+159=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2149F is #3DEB60. Grayscale: #575757. Windows color (decimal): -4057953 or 10425538. OLE color: 10425538.
HSL color Cylindrical-coordinate representation of color #C2149F: hue angle of 312.07º 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 #C2149F is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 159 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.24 |
| HSL | 312.07º | 0.81% | 0.42% | - |
| HSV(B) | 312.07º | 0.9% | 0.76% | - |
| XYZ | 28.76 | 14.47 | 34.08 | - |
| YUV | 87.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 159 | 0 | 0.90 | 0.18 | 0.24 | 312.07 | 0.81 | 0.42 |
| Hex | C2 | 14 | 9F | 0 | 5A | 12 | 18 | 138 | 51 | 2A |
| Octal | 302 | 24 | 237 | 0 | 132 | 22 | 30 | 470 | 121 | 52 |
| Binary | 11000010 | 10100 | 10011111 | 0 | 1011010 | 10010 | 11000 | 100111000 | 1010001 | 101010 |
Color Harmonies of #C2149F
Complementary color
Monochromatic Colors of #C2149F
Black with #C2149F
Text Example
Text Example
White with #C2149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2149F; }
p { color: rgb(194,20,159); }
H1.HeaderClassName
{
color: #C2149F;
}
.AnyTagClassName
{
color: #C2149F;
}
</style>
background-color css
<style>
a { background-color: #C2149F; }
a { background-color: rgb(194,20,159); }
div.DivClassName
{
background-color: #C2149F;
}
.BgClassName
{
background-color: #C2149F;
}
</style>
border-color css
<style>
span { border-color: #C2149F; }
span { border-color: rgb(194,20,159); }
td.TdClassName
{
border-color: #C2149F;
}
.TagClassName
{
border-color: #C2149F;
}
</style>