Shades of Medium Violet Red #C0188B
Tints of Medium Violet Red #C0188B
RGB
CMYK
RGB Variations
Color information
#C0188B (or 0xC0188B) is known color: Medium Violet Red. HEX triplet: C0, 18 and 8B. RGB value is (192,24,139). Sum of RGB (Red+Green+Blue) = 192+24+139=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0188B is #3FE774. Grayscale: #575757. Windows color (decimal): -4188021 or 9115840. OLE color: 9115840.
HSL color Cylindrical-coordinate representation of color #C0188B: hue angle of 318.93º 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 #C0188B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 139 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.25 |
| HSL | 318.93º | 0.78% | 0.42% | - |
| HSV(B) | 318.93º | 0.88% | 0.75% | - |
| XYZ | 26.73 | 13.72 | 25.67 | - |
| YUV | 87.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 139 | 0 | 0.88 | 0.28 | 0.25 | 318.93 | 0.78 | 0.42 |
| Hex | C0 | 18 | 8B | 0 | 58 | 1C | 19 | 13F | 4E | 2A |
| Octal | 300 | 30 | 213 | 0 | 130 | 34 | 31 | 477 | 116 | 52 |
| Binary | 11000000 | 11000 | 10001011 | 0 | 1011000 | 11100 | 11001 | 100111111 | 1001110 | 101010 |
Color Harmonies of #C0188B
Complementary color
Monochromatic Colors of #C0188B
Black with #C0188B
Text Example
Text Example
White with #C0188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0188B; }
p { color: rgb(192,24,139); }
H1.HeaderClassName
{
color: #C0188B;
}
.AnyTagClassName
{
color: #C0188B;
}
</style>
background-color css
<style>
a { background-color: #C0188B; }
a { background-color: rgb(192,24,139); }
div.DivClassName
{
background-color: #C0188B;
}
.BgClassName
{
background-color: #C0188B;
}
</style>
border-color css
<style>
span { border-color: #C0188B; }
span { border-color: rgb(192,24,139); }
td.TdClassName
{
border-color: #C0188B;
}
.TagClassName
{
border-color: #C0188B;
}
</style>