Shades of Medium Violet Red #C01B87
Tints of Medium Violet Red #C01B87
RGB
CMYK
RGB Variations
Color information
#C01B87 (or 0xC01B87) is known color: Medium Violet Red. HEX triplet: C0, 1B and 87. RGB value is (192,27,135). Sum of RGB (Red+Green+Blue) = 192+27+135=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01B87 is #3FE478. Grayscale: #585858. Windows color (decimal): -4187257 or 8854464. OLE color: 8854464.
HSL color Cylindrical-coordinate representation of color #C01B87: hue angle of 320.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01B87 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 135 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.25 |
| HSL | 320.73º | 0.75% | 0.43% | - |
| HSV(B) | 320.73º | 0.86% | 0.75% | - |
| XYZ | 26.5 | 13.74 | 24.18 | - |
| YUV | 88.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 135 | 0 | 0.86 | 0.30 | 0.25 | 320.73 | 0.75 | 0.43 |
| Hex | C0 | 1B | 87 | 0 | 56 | 1E | 19 | 141 | 4B | 2B |
| Octal | 300 | 33 | 207 | 0 | 126 | 36 | 31 | 501 | 113 | 53 |
| Binary | 11000000 | 11011 | 10000111 | 0 | 1010110 | 11110 | 11001 | 101000001 | 1001011 | 101011 |
Color Harmonies of #C01B87
Complementary color
Monochromatic Colors of #C01B87
Black with #C01B87
Text Example
Text Example
White with #C01B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B87; }
p { color: rgb(192,27,135); }
H1.HeaderClassName
{
color: #C01B87;
}
.AnyTagClassName
{
color: #C01B87;
}
</style>
background-color css
<style>
a { background-color: #C01B87; }
a { background-color: rgb(192,27,135); }
div.DivClassName
{
background-color: #C01B87;
}
.BgClassName
{
background-color: #C01B87;
}
</style>
border-color css
<style>
span { border-color: #C01B87; }
span { border-color: rgb(192,27,135); }
td.TdClassName
{
border-color: #C01B87;
}
.TagClassName
{
border-color: #C01B87;
}
</style>