Shades of Medium Violet Red #C0189C
Tints of Medium Violet Red #C0189C
RGB
CMYK
RGB Variations
Color information
#C0189C (or 0xC0189C) is known color: Medium Violet Red. HEX triplet: C0, 18 and 9C. RGB value is (192,24,156). Sum of RGB (Red+Green+Blue) = 192+24+156=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0189C is #3FE763. Grayscale: #585858. Windows color (decimal): -4188004 or 10229952. OLE color: 10229952.
HSL color Cylindrical-coordinate representation of color #C0189C: hue angle of 312.86º 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 #C0189C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.25 |
| HSL | 312.86º | 0.78% | 0.42% | - |
| HSV(B) | 312.86º | 0.88% | 0.75% | - |
| XYZ | 28.07 | 14.26 | 32.73 | - |
| YUV | 89.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 156 | 0 | 0.88 | 0.19 | 0.25 | 312.86 | 0.78 | 0.42 |
| Hex | C0 | 18 | 9C | 0 | 58 | 13 | 19 | 139 | 4E | 2A |
| Octal | 300 | 30 | 234 | 0 | 130 | 23 | 31 | 471 | 116 | 52 |
| Binary | 11000000 | 11000 | 10011100 | 0 | 1011000 | 10011 | 11001 | 100111001 | 1001110 | 101010 |
Color Harmonies of #C0189C
Complementary color
Monochromatic Colors of #C0189C
Black with #C0189C
Text Example
Text Example
White with #C0189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0189C; }
p { color: rgb(192,24,156); }
H1.HeaderClassName
{
color: #C0189C;
}
.AnyTagClassName
{
color: #C0189C;
}
</style>
background-color css
<style>
a { background-color: #C0189C; }
a { background-color: rgb(192,24,156); }
div.DivClassName
{
background-color: #C0189C;
}
.BgClassName
{
background-color: #C0189C;
}
</style>
border-color css
<style>
span { border-color: #C0189C; }
span { border-color: rgb(192,24,156); }
td.TdClassName
{
border-color: #C0189C;
}
.TagClassName
{
border-color: #C0189C;
}
</style>