Shades of Medium Violet Red #C0149C
Tints of Medium Violet Red #C0149C
RGB
CMYK
RGB Variations
Color information
#C0149C (or 0xC0149C) is known color: Medium Violet Red. HEX triplet: C0, 14 and 9C. RGB value is (192,20,156). Sum of RGB (Red+Green+Blue) = 192+20+156=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0149C is #3FEB63. Grayscale: #565656. Windows color (decimal): -4189028 or 10228928. OLE color: 10228928.
HSL color Cylindrical-coordinate representation of color #C0149C: hue angle of 312.56º 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 #C0149C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 156 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.25 |
| HSL | 312.56º | 0.81% | 0.42% | - |
| HSV(B) | 312.56º | 0.9% | 0.75% | - |
| XYZ | 27.99 | 14.11 | 32.7 | - |
| YUV | 86.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 156 | 0 | 0.90 | 0.19 | 0.25 | 312.56 | 0.81 | 0.42 |
| Hex | C0 | 14 | 9C | 0 | 5A | 13 | 19 | 139 | 51 | 2A |
| Octal | 300 | 24 | 234 | 0 | 132 | 23 | 31 | 471 | 121 | 52 |
| Binary | 11000000 | 10100 | 10011100 | 0 | 1011010 | 10011 | 11001 | 100111001 | 1010001 | 101010 |
Color Harmonies of #C0149C
Complementary color
Monochromatic Colors of #C0149C
Black with #C0149C
Text Example
Text Example
White with #C0149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0149C; }
p { color: rgb(192,20,156); }
H1.HeaderClassName
{
color: #C0149C;
}
.AnyTagClassName
{
color: #C0149C;
}
</style>
background-color css
<style>
a { background-color: #C0149C; }
a { background-color: rgb(192,20,156); }
div.DivClassName
{
background-color: #C0149C;
}
.BgClassName
{
background-color: #C0149C;
}
</style>
border-color css
<style>
span { border-color: #C0149C; }
span { border-color: rgb(192,20,156); }
td.TdClassName
{
border-color: #C0149C;
}
.TagClassName
{
border-color: #C0149C;
}
</style>