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