Shades of Medium Violet Red #C01D87
Tints of Medium Violet Red #C01D87
RGB
CMYK
RGB Variations
Color information
#C01D87 (or 0xC01D87) is known color: Medium Violet Red. HEX triplet: C0, 1D and 87. RGB value is (192,29,135). Sum of RGB (Red+Green+Blue) = 192+29+135=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D87 is #3FE278. Grayscale: #595959. Windows color (decimal): -4186745 or 8854976. OLE color: 8854976.
HSL color Cylindrical-coordinate representation of color #C01D87: hue angle of 320.98º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01D87 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 135 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.25 |
| HSL | 320.98º | 0.74% | 0.43% | - |
| HSV(B) | 320.98º | 0.85% | 0.75% | - |
| XYZ | 26.55 | 13.83 | 24.19 | - |
| YUV | 89.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 135 | 0 | 0.85 | 0.30 | 0.25 | 320.98 | 0.74 | 0.43 |
| Hex | C0 | 1D | 87 | 0 | 55 | 1E | 19 | 141 | 4A | 2B |
| Octal | 300 | 35 | 207 | 0 | 125 | 36 | 31 | 501 | 112 | 53 |
| Binary | 11000000 | 11101 | 10000111 | 0 | 1010101 | 11110 | 11001 | 101000001 | 1001010 | 101011 |
Color Harmonies of #C01D87
Complementary color
Monochromatic Colors of #C01D87
Black with #C01D87
Text Example
Text Example
White with #C01D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D87; }
p { color: rgb(192,29,135); }
H1.HeaderClassName
{
color: #C01D87;
}
.AnyTagClassName
{
color: #C01D87;
}
</style>
background-color css
<style>
a { background-color: #C01D87; }
a { background-color: rgb(192,29,135); }
div.DivClassName
{
background-color: #C01D87;
}
.BgClassName
{
background-color: #C01D87;
}
</style>
border-color css
<style>
span { border-color: #C01D87; }
span { border-color: rgb(192,29,135); }
td.TdClassName
{
border-color: #C01D87;
}
.TagClassName
{
border-color: #C01D87;
}
</style>