Shades of Medium Violet Red #C01878
Tints of Medium Violet Red #C01878
RGB
CMYK
RGB Variations
Color information
#C01878 (or 0xC01878) is known color: Medium Violet Red. HEX triplet: C0, 18 and 78. RGB value is (192,24,120). Sum of RGB (Red+Green+Blue) = 192+24+120=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C01878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01878 is #3FE787. Grayscale: #545454. Windows color (decimal): -4188040 or 7870656. OLE color: 7870656.
HSL color Cylindrical-coordinate representation of color #C01878: hue angle of 325.71º 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 #C01878 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 120 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.25 |
| HSL | 325.71º | 0.78% | 0.42% | - |
| HSV(B) | 325.71º | 0.88% | 0.75% | - |
| XYZ | 25.46 | 13.22 | 18.98 | - |
| YUV | 85.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 120 | 0 | 0.88 | 0.38 | 0.25 | 325.71 | 0.78 | 0.42 |
| Hex | C0 | 18 | 78 | 0 | 58 | 26 | 19 | 146 | 4E | 2A |
| Octal | 300 | 30 | 170 | 0 | 130 | 46 | 31 | 506 | 116 | 52 |
| Binary | 11000000 | 11000 | 1111000 | 0 | 1011000 | 100110 | 11001 | 101000110 | 1001110 | 101010 |
Color Harmonies of #C01878
Complementary color
Monochromatic Colors of #C01878
Black with #C01878
Text Example
Text Example
White with #C01878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01878; }
p { color: rgb(192,24,120); }
H1.HeaderClassName
{
color: #C01878;
}
.AnyTagClassName
{
color: #C01878;
}
</style>
background-color css
<style>
a { background-color: #C01878; }
a { background-color: rgb(192,24,120); }
div.DivClassName
{
background-color: #C01878;
}
.BgClassName
{
background-color: #C01878;
}
</style>
border-color css
<style>
span { border-color: #C01878; }
span { border-color: rgb(192,24,120); }
td.TdClassName
{
border-color: #C01878;
}
.TagClassName
{
border-color: #C01878;
}
</style>