Shades of Medium Violet Red #C0149F
Tints of Medium Violet Red #C0149F
RGB
CMYK
RGB Variations
Color information
#C0149F (or 0xC0149F) is known color: Medium Violet Red. HEX triplet: C0, 14 and 9F. RGB value is (192,20,159). Sum of RGB (Red+Green+Blue) = 192+20+159=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0149F is #3FEB60. Grayscale: #565656. Windows color (decimal): -4189025 or 10425536. OLE color: 10425536.
HSL color Cylindrical-coordinate representation of color #C0149F: hue angle of 311.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0149F is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 159 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.25 |
| HSL | 311.51º | 0.81% | 0.42% | - |
| HSV(B) | 311.51º | 0.9% | 0.75% | - |
| XYZ | 28.25 | 14.21 | 34.05 | - |
| YUV | 87.27 | 168.48 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 159 | 0 | 0.90 | 0.17 | 0.25 | 311.51 | 0.81 | 0.42 |
| Hex | C0 | 14 | 9F | 0 | 5A | 11 | 19 | 138 | 51 | 2A |
| Octal | 300 | 24 | 237 | 0 | 132 | 21 | 31 | 470 | 121 | 52 |
| Binary | 11000000 | 10100 | 10011111 | 0 | 1011010 | 10001 | 11001 | 100111000 | 1010001 | 101010 |
Color Harmonies of #C0149F
Complementary color
Monochromatic Colors of #C0149F
Black with #C0149F
Text Example
Text Example
White with #C0149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0149F; }
p { color: rgb(192,20,159); }
H1.HeaderClassName
{
color: #C0149F;
}
.AnyTagClassName
{
color: #C0149F;
}
</style>
background-color css
<style>
a { background-color: #C0149F; }
a { background-color: rgb(192,20,159); }
div.DivClassName
{
background-color: #C0149F;
}
.BgClassName
{
background-color: #C0149F;
}
</style>
border-color css
<style>
span { border-color: #C0149F; }
span { border-color: rgb(192,20,159); }
td.TdClassName
{
border-color: #C0149F;
}
.TagClassName
{
border-color: #C0149F;
}
</style>