Shades of Medium Violet Red #C01387
Tints of Medium Violet Red #C01387
RGB
CMYK
RGB Variations
Color information
#C01387 (or 0xC01387) is known color: Medium Violet Red. HEX triplet: C0, 13 and 87. RGB value is (192,19,135). Sum of RGB (Red+Green+Blue) = 192+19+135=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01387 is #3FEC78. Grayscale: #535353. Windows color (decimal): -4189305 or 8852416. OLE color: 8852416.
HSL color Cylindrical-coordinate representation of color #C01387: hue angle of 319.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01387 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 135 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.25 |
| HSL | 319.77º | 0.82% | 0.41% | - |
| HSV(B) | 319.77º | 0.9% | 0.75% | - |
| XYZ | 26.34 | 13.42 | 24.12 | - |
| YUV | 83.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 135 | 0 | 0.90 | 0.30 | 0.25 | 319.77 | 0.82 | 0.41 |
| Hex | C0 | 13 | 87 | 0 | 5A | 1E | 19 | 140 | 52 | 29 |
| Octal | 300 | 23 | 207 | 0 | 132 | 36 | 31 | 500 | 122 | 51 |
| Binary | 11000000 | 10011 | 10000111 | 0 | 1011010 | 11110 | 11001 | 101000000 | 1010010 | 101001 |
Color Harmonies of #C01387
Complementary color
Monochromatic Colors of #C01387
Black with #C01387
Text Example
Text Example
White with #C01387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01387; }
p { color: rgb(192,19,135); }
H1.HeaderClassName
{
color: #C01387;
}
.AnyTagClassName
{
color: #C01387;
}
</style>
background-color css
<style>
a { background-color: #C01387; }
a { background-color: rgb(192,19,135); }
div.DivClassName
{
background-color: #C01387;
}
.BgClassName
{
background-color: #C01387;
}
</style>
border-color css
<style>
span { border-color: #C01387; }
span { border-color: rgb(192,19,135); }
td.TdClassName
{
border-color: #C01387;
}
.TagClassName
{
border-color: #C01387;
}
</style>