Shades of Medium Violet Red #C01870
Tints of Medium Violet Red #C01870
RGB
CMYK
RGB Variations
Color information
#C01870 (or 0xC01870) is known color: Medium Violet Red. HEX triplet: C0, 18 and 70. RGB value is (192,24,112). Sum of RGB (Red+Green+Blue) = 192+24+112=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01870 is #3FE78F. Grayscale: #545454. Windows color (decimal): -4188048 or 7346368. OLE color: 7346368.
HSL color Cylindrical-coordinate representation of color #C01870: hue angle of 328.57º 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 #C01870 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 112 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.25 |
| HSL | 328.57º | 0.78% | 0.42% | - |
| HSV(B) | 328.57º | 0.88% | 0.75% | - |
| XYZ | 24.99 | 13.03 | 16.53 | - |
| YUV | 84.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 112 | 0 | 0.88 | 0.42 | 0.25 | 328.57 | 0.78 | 0.42 |
| Hex | C0 | 18 | 70 | 0 | 58 | 2A | 19 | 149 | 4E | 2A |
| Octal | 300 | 30 | 160 | 0 | 130 | 52 | 31 | 511 | 116 | 52 |
| Binary | 11000000 | 11000 | 1110000 | 0 | 1011000 | 101010 | 11001 | 101001001 | 1001110 | 101010 |
Color Harmonies of #C01870
Complementary color
Monochromatic Colors of #C01870
Black with #C01870
Text Example
Text Example
White with #C01870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01870; }
p { color: rgb(192,24,112); }
H1.HeaderClassName
{
color: #C01870;
}
.AnyTagClassName
{
color: #C01870;
}
</style>
background-color css
<style>
a { background-color: #C01870; }
a { background-color: rgb(192,24,112); }
div.DivClassName
{
background-color: #C01870;
}
.BgClassName
{
background-color: #C01870;
}
</style>
border-color css
<style>
span { border-color: #C01870; }
span { border-color: rgb(192,24,112); }
td.TdClassName
{
border-color: #C01870;
}
.TagClassName
{
border-color: #C01870;
}
</style>