Shades of Medium Violet Red #C01676
Tints of Medium Violet Red #C01676
RGB
CMYK
RGB Variations
Color information
#C01676 (or 0xC01676) is known color: Medium Violet Red. HEX triplet: C0, 16 and 76. RGB value is (192,22,118). Sum of RGB (Red+Green+Blue) = 192+22+118=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C01676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01676 is #3FE989. Grayscale: #535353. Windows color (decimal): -4188554 or 7739072. OLE color: 7739072.
HSL color Cylindrical-coordinate representation of color #C01676: hue angle of 326.12º 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 #C01676 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 118 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.25 |
| HSL | 326.12º | 0.79% | 0.42% | - |
| HSV(B) | 326.12º | 0.89% | 0.75% | - |
| XYZ | 25.3 | 13.09 | 18.33 | - |
| YUV | 83.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 118 | 0 | 0.89 | 0.39 | 0.25 | 326.12 | 0.79 | 0.42 |
| Hex | C0 | 16 | 76 | 0 | 59 | 27 | 19 | 146 | 4F | 2A |
| Octal | 300 | 26 | 166 | 0 | 131 | 47 | 31 | 506 | 117 | 52 |
| Binary | 11000000 | 10110 | 1110110 | 0 | 1011001 | 100111 | 11001 | 101000110 | 1001111 | 101010 |
Color Harmonies of #C01676
Complementary color
Monochromatic Colors of #C01676
Black with #C01676
Text Example
Text Example
White with #C01676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01676; }
p { color: rgb(192,22,118); }
H1.HeaderClassName
{
color: #C01676;
}
.AnyTagClassName
{
color: #C01676;
}
</style>
background-color css
<style>
a { background-color: #C01676; }
a { background-color: rgb(192,22,118); }
div.DivClassName
{
background-color: #C01676;
}
.BgClassName
{
background-color: #C01676;
}
</style>
border-color css
<style>
span { border-color: #C01676; }
span { border-color: rgb(192,22,118); }
td.TdClassName
{
border-color: #C01676;
}
.TagClassName
{
border-color: #C01676;
}
</style>