Shades of Medium Violet Red #C01788
Tints of Medium Violet Red #C01788
RGB
CMYK
RGB Variations
Color information
#C01788 (or 0xC01788) is known color: Medium Violet Red. HEX triplet: C0, 17 and 88. RGB value is (192,23,136). Sum of RGB (Red+Green+Blue) = 192+23+136=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C01788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01788 is #3FE877. Grayscale: #565656. Windows color (decimal): -4188280 or 8918976. OLE color: 8918976.
HSL color Cylindrical-coordinate representation of color #C01788: hue angle of 319.88º degrees, saturation: 0.79, 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 #C01788 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 136 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.25 |
| HSL | 319.88º | 0.79% | 0.42% | - |
| HSV(B) | 319.88º | 0.88% | 0.75% | - |
| XYZ | 26.49 | 13.6 | 24.52 | - |
| YUV | 86.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 136 | 0 | 0.88 | 0.29 | 0.25 | 319.88 | 0.79 | 0.42 |
| Hex | C0 | 17 | 88 | 0 | 58 | 1D | 19 | 140 | 4F | 2A |
| Octal | 300 | 27 | 210 | 0 | 130 | 35 | 31 | 500 | 117 | 52 |
| Binary | 11000000 | 10111 | 10001000 | 0 | 1011000 | 11101 | 11001 | 101000000 | 1001111 | 101010 |
Color Harmonies of #C01788
Complementary color
Monochromatic Colors of #C01788
Black with #C01788
Text Example
Text Example
White with #C01788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01788; }
p { color: rgb(192,23,136); }
H1.HeaderClassName
{
color: #C01788;
}
.AnyTagClassName
{
color: #C01788;
}
</style>
background-color css
<style>
a { background-color: #C01788; }
a { background-color: rgb(192,23,136); }
div.DivClassName
{
background-color: #C01788;
}
.BgClassName
{
background-color: #C01788;
}
</style>
border-color css
<style>
span { border-color: #C01788; }
span { border-color: rgb(192,23,136); }
td.TdClassName
{
border-color: #C01788;
}
.TagClassName
{
border-color: #C01788;
}
</style>