Shades of Medium Violet Red #C01674
Tints of Medium Violet Red #C01674
RGB
CMYK
RGB Variations
Color information
#C01674 (or 0xC01674) is known color: Medium Violet Red. HEX triplet: C0, 16 and 74. RGB value is (192,22,116). Sum of RGB (Red+Green+Blue) = 192+22+116=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C01674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01674 is #3FE98B. Grayscale: #535353. Windows color (decimal): -4188556 or 7608000. OLE color: 7608000.
HSL color Cylindrical-coordinate representation of color #C01674: hue angle of 326.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01674 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 116 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.25 |
| HSL | 326.82º | 0.79% | 0.42% | - |
| HSV(B) | 326.82º | 0.89% | 0.75% | - |
| XYZ | 25.18 | 13.04 | 17.71 | - |
| YUV | 83.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 116 | 0 | 0.89 | 0.40 | 0.25 | 326.82 | 0.79 | 0.42 |
| Hex | C0 | 16 | 74 | 0 | 59 | 28 | 19 | 147 | 4F | 2A |
| Octal | 300 | 26 | 164 | 0 | 131 | 50 | 31 | 507 | 117 | 52 |
| Binary | 11000000 | 10110 | 1110100 | 0 | 1011001 | 101000 | 11001 | 101000111 | 1001111 | 101010 |
Color Harmonies of #C01674
Complementary color
Monochromatic Colors of #C01674
Black with #C01674
Text Example
Text Example
White with #C01674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01674; }
p { color: rgb(192,22,116); }
H1.HeaderClassName
{
color: #C01674;
}
.AnyTagClassName
{
color: #C01674;
}
</style>
background-color css
<style>
a { background-color: #C01674; }
a { background-color: rgb(192,22,116); }
div.DivClassName
{
background-color: #C01674;
}
.BgClassName
{
background-color: #C01674;
}
</style>
border-color css
<style>
span { border-color: #C01674; }
span { border-color: rgb(192,22,116); }
td.TdClassName
{
border-color: #C01674;
}
.TagClassName
{
border-color: #C01674;
}
</style>