Shades of Medium Violet Red #C01671
Tints of Medium Violet Red #C01671
RGB
CMYK
RGB Variations
Color information
#C01671 (or 0xC01671) is known color: Medium Violet Red. HEX triplet: C0, 16 and 71. RGB value is (192,22,113). Sum of RGB (Red+Green+Blue) = 192+22+113=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C01671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01671 is #3FE98E. Grayscale: #535353. Windows color (decimal): -4188559 or 7411392. OLE color: 7411392.
HSL color Cylindrical-coordinate representation of color #C01671: hue angle of 327.88º 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 #C01671 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 113 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.25 |
| HSL | 327.88º | 0.79% | 0.42% | - |
| HSV(B) | 327.88º | 0.89% | 0.75% | - |
| XYZ | 25.01 | 12.97 | 16.81 | - |
| YUV | 83.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 113 | 0 | 0.89 | 0.41 | 0.25 | 327.88 | 0.79 | 0.42 |
| Hex | C0 | 16 | 71 | 0 | 59 | 29 | 19 | 148 | 4F | 2A |
| Octal | 300 | 26 | 161 | 0 | 131 | 51 | 31 | 510 | 117 | 52 |
| Binary | 11000000 | 10110 | 1110001 | 0 | 1011001 | 101001 | 11001 | 101001000 | 1001111 | 101010 |
Color Harmonies of #C01671
Complementary color
Monochromatic Colors of #C01671
Black with #C01671
Text Example
Text Example
White with #C01671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01671; }
p { color: rgb(192,22,113); }
H1.HeaderClassName
{
color: #C01671;
}
.AnyTagClassName
{
color: #C01671;
}
</style>
background-color css
<style>
a { background-color: #C01671; }
a { background-color: rgb(192,22,113); }
div.DivClassName
{
background-color: #C01671;
}
.BgClassName
{
background-color: #C01671;
}
</style>
border-color css
<style>
span { border-color: #C01671; }
span { border-color: rgb(192,22,113); }
td.TdClassName
{
border-color: #C01671;
}
.TagClassName
{
border-color: #C01671;
}
</style>