Shades of Medium Violet Red #C01672
Tints of Medium Violet Red #C01672
RGB
CMYK
RGB Variations
Color information
#C01672 (or 0xC01672) is known color: Medium Violet Red. HEX triplet: C0, 16 and 72. RGB value is (192,22,114). Sum of RGB (Red+Green+Blue) = 192+22+114=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01672 is #3FE98D. Grayscale: #535353. Windows color (decimal): -4188558 or 7476928. OLE color: 7476928.
HSL color Cylindrical-coordinate representation of color #C01672: hue angle of 327.53º 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 #C01672 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 114 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.25 |
| HSL | 327.53º | 0.79% | 0.42% | - |
| HSV(B) | 327.53º | 0.89% | 0.75% | - |
| XYZ | 25.06 | 13 | 17.11 | - |
| YUV | 83.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 114 | 0 | 0.89 | 0.41 | 0.25 | 327.53 | 0.79 | 0.42 |
| Hex | C0 | 16 | 72 | 0 | 59 | 29 | 19 | 148 | 4F | 2A |
| Octal | 300 | 26 | 162 | 0 | 131 | 51 | 31 | 510 | 117 | 52 |
| Binary | 11000000 | 10110 | 1110010 | 0 | 1011001 | 101001 | 11001 | 101001000 | 1001111 | 101010 |
Color Harmonies of #C01672
Complementary color
Monochromatic Colors of #C01672
Black with #C01672
Text Example
Text Example
White with #C01672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01672; }
p { color: rgb(192,22,114); }
H1.HeaderClassName
{
color: #C01672;
}
.AnyTagClassName
{
color: #C01672;
}
</style>
background-color css
<style>
a { background-color: #C01672; }
a { background-color: rgb(192,22,114); }
div.DivClassName
{
background-color: #C01672;
}
.BgClassName
{
background-color: #C01672;
}
</style>
border-color css
<style>
span { border-color: #C01672; }
span { border-color: rgb(192,22,114); }
td.TdClassName
{
border-color: #C01672;
}
.TagClassName
{
border-color: #C01672;
}
</style>