Shades of Medium Violet Red #C01888
Tints of Medium Violet Red #C01888
RGB
CMYK
RGB Variations
Color information
#C01888 (or 0xC01888) is known color: Medium Violet Red. HEX triplet: C0, 18 and 88. RGB value is (192,24,136). Sum of RGB (Red+Green+Blue) = 192+24+136=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C01888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01888 is #3FE777. Grayscale: #565656. Windows color (decimal): -4188024 or 8919232. OLE color: 8919232.
HSL color Cylindrical-coordinate representation of color #C01888: hue angle of 320º 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 #C01888 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 136 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.25 |
| HSL | 320º | 0.78% | 0.42% | - |
| HSV(B) | 320º | 0.88% | 0.75% | - |
| XYZ | 26.51 | 13.64 | 24.53 | - |
| YUV | 87 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 136 | 0 | 0.88 | 0.29 | 0.25 | 320 | 0.78 | 0.42 |
| Hex | C0 | 18 | 88 | 0 | 58 | 1D | 19 | 140 | 4E | 2A |
| Octal | 300 | 30 | 210 | 0 | 130 | 35 | 31 | 500 | 116 | 52 |
| Binary | 11000000 | 11000 | 10001000 | 0 | 1011000 | 11101 | 11001 | 101000000 | 1001110 | 101010 |
Color Harmonies of #C01888
Complementary color
Monochromatic Colors of #C01888
Black with #C01888
Text Example
Text Example
White with #C01888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01888; }
p { color: rgb(192,24,136); }
H1.HeaderClassName
{
color: #C01888;
}
.AnyTagClassName
{
color: #C01888;
}
</style>
background-color css
<style>
a { background-color: #C01888; }
a { background-color: rgb(192,24,136); }
div.DivClassName
{
background-color: #C01888;
}
.BgClassName
{
background-color: #C01888;
}
</style>
border-color css
<style>
span { border-color: #C01888; }
span { border-color: rgb(192,24,136); }
td.TdClassName
{
border-color: #C01888;
}
.TagClassName
{
border-color: #C01888;
}
</style>