Shades of Medium Violet Red #C0188A
Tints of Medium Violet Red #C0188A
RGB
CMYK
RGB Variations
Color information
#C0188A (or 0xC0188A) is known color: Medium Violet Red. HEX triplet: C0, 18 and 8A. RGB value is (192,24,138). Sum of RGB (Red+Green+Blue) = 192+24+138=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0188A is #3FE775. Grayscale: #565656. Windows color (decimal): -4188022 or 9050304. OLE color: 9050304.
HSL color Cylindrical-coordinate representation of color #C0188A: hue angle of 319.29º 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 #C0188A is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 138 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.25 |
| HSL | 319.29º | 0.78% | 0.42% | - |
| HSV(B) | 319.29º | 0.88% | 0.75% | - |
| XYZ | 26.65 | 13.69 | 25.28 | - |
| YUV | 87.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 138 | 0 | 0.88 | 0.28 | 0.25 | 319.29 | 0.78 | 0.42 |
| Hex | C0 | 18 | 8A | 0 | 58 | 1C | 19 | 13F | 4E | 2A |
| Octal | 300 | 30 | 212 | 0 | 130 | 34 | 31 | 477 | 116 | 52 |
| Binary | 11000000 | 11000 | 10001010 | 0 | 1011000 | 11100 | 11001 | 100111111 | 1001110 | 101010 |
Color Harmonies of #C0188A
Complementary color
Monochromatic Colors of #C0188A
Black with #C0188A
Text Example
Text Example
White with #C0188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0188A; }
p { color: rgb(192,24,138); }
H1.HeaderClassName
{
color: #C0188A;
}
.AnyTagClassName
{
color: #C0188A;
}
</style>
background-color css
<style>
a { background-color: #C0188A; }
a { background-color: rgb(192,24,138); }
div.DivClassName
{
background-color: #C0188A;
}
.BgClassName
{
background-color: #C0188A;
}
</style>
border-color css
<style>
span { border-color: #C0188A; }
span { border-color: rgb(192,24,138); }
td.TdClassName
{
border-color: #C0188A;
}
.TagClassName
{
border-color: #C0188A;
}
</style>