Shades of Medium Violet Red #C0189F
Tints of Medium Violet Red #C0189F
RGB
CMYK
RGB Variations
Color information
#C0189F (or 0xC0189F) is known color: Medium Violet Red. HEX triplet: C0, 18 and 9F. RGB value is (192,24,159). Sum of RGB (Red+Green+Blue) = 192+24+159=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0189F is #3FE760. Grayscale: #595959. Windows color (decimal): -4188001 or 10426560. OLE color: 10426560.
HSL color Cylindrical-coordinate representation of color #C0189F: hue angle of 311.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0189F is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 159 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.25 |
| HSL | 311.79º | 0.78% | 0.42% | - |
| HSV(B) | 311.79º | 0.88% | 0.75% | - |
| XYZ | 28.32 | 14.36 | 34.08 | - |
| YUV | 89.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 159 | 0 | 0.88 | 0.17 | 0.25 | 311.79 | 0.78 | 0.42 |
| Hex | C0 | 18 | 9F | 0 | 58 | 11 | 19 | 138 | 4E | 2A |
| Octal | 300 | 30 | 237 | 0 | 130 | 21 | 31 | 470 | 116 | 52 |
| Binary | 11000000 | 11000 | 10011111 | 0 | 1011000 | 10001 | 11001 | 100111000 | 1001110 | 101010 |
Color Harmonies of #C0189F
Complementary color
Monochromatic Colors of #C0189F
Black with #C0189F
Text Example
Text Example
White with #C0189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0189F; }
p { color: rgb(192,24,159); }
H1.HeaderClassName
{
color: #C0189F;
}
.AnyTagClassName
{
color: #C0189F;
}
</style>
background-color css
<style>
a { background-color: #C0189F; }
a { background-color: rgb(192,24,159); }
div.DivClassName
{
background-color: #C0189F;
}
.BgClassName
{
background-color: #C0189F;
}
</style>
border-color css
<style>
span { border-color: #C0189F; }
span { border-color: rgb(192,24,159); }
td.TdClassName
{
border-color: #C0189F;
}
.TagClassName
{
border-color: #C0189F;
}
</style>