Shades of Medium Violet Red #C01874
Tints of Medium Violet Red #C01874
RGB
CMYK
RGB Variations
Color information
#C01874 (or 0xC01874) is known color: Medium Violet Red. HEX triplet: C0, 18 and 74. RGB value is (192,24,116). Sum of RGB (Red+Green+Blue) = 192+24+116=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C01874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01874 is #3FE78B. Grayscale: #545454. Windows color (decimal): -4188044 or 7608512. OLE color: 7608512.
HSL color Cylindrical-coordinate representation of color #C01874: hue angle of 327.14º 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 #C01874 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 116 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.25 |
| HSL | 327.14º | 0.78% | 0.42% | - |
| HSV(B) | 327.14º | 0.88% | 0.75% | - |
| XYZ | 25.22 | 13.12 | 17.73 | - |
| YUV | 84.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 116 | 0 | 0.88 | 0.40 | 0.25 | 327.14 | 0.78 | 0.42 |
| Hex | C0 | 18 | 74 | 0 | 58 | 28 | 19 | 147 | 4E | 2A |
| Octal | 300 | 30 | 164 | 0 | 130 | 50 | 31 | 507 | 116 | 52 |
| Binary | 11000000 | 11000 | 1110100 | 0 | 1011000 | 101000 | 11001 | 101000111 | 1001110 | 101010 |
Color Harmonies of #C01874
Complementary color
Monochromatic Colors of #C01874
Black with #C01874
Text Example
Text Example
White with #C01874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01874; }
p { color: rgb(192,24,116); }
H1.HeaderClassName
{
color: #C01874;
}
.AnyTagClassName
{
color: #C01874;
}
</style>
background-color css
<style>
a { background-color: #C01874; }
a { background-color: rgb(192,24,116); }
div.DivClassName
{
background-color: #C01874;
}
.BgClassName
{
background-color: #C01874;
}
</style>
border-color css
<style>
span { border-color: #C01874; }
span { border-color: rgb(192,24,116); }
td.TdClassName
{
border-color: #C01874;
}
.TagClassName
{
border-color: #C01874;
}
</style>