Shades of Medium Violet Red #C01474
Tints of Medium Violet Red #C01474
RGB
CMYK
RGB Variations
Color information
#C01474 (or 0xC01474) is known color: Medium Violet Red. HEX triplet: C0, 14 and 74. RGB value is (192,20,116). Sum of RGB (Red+Green+Blue) = 192+20+116=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01474 is #3FEB8B. Grayscale: #525252. Windows color (decimal): -4189068 or 7607488. OLE color: 7607488.
HSL color Cylindrical-coordinate representation of color #C01474: hue angle of 326.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01474 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 116 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.25 |
| HSL | 326.51º | 0.81% | 0.42% | - |
| HSV(B) | 326.51º | 0.9% | 0.75% | - |
| XYZ | 25.14 | 12.97 | 17.7 | - |
| YUV | 82.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 116 | 0 | 0.90 | 0.40 | 0.25 | 326.51 | 0.81 | 0.42 |
| Hex | C0 | 14 | 74 | 0 | 5A | 28 | 19 | 147 | 51 | 2A |
| Octal | 300 | 24 | 164 | 0 | 132 | 50 | 31 | 507 | 121 | 52 |
| Binary | 11000000 | 10100 | 1110100 | 0 | 1011010 | 101000 | 11001 | 101000111 | 1010001 | 101010 |
Color Harmonies of #C01474
Complementary color
Monochromatic Colors of #C01474
Black with #C01474
Text Example
Text Example
White with #C01474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01474; }
p { color: rgb(192,20,116); }
H1.HeaderClassName
{
color: #C01474;
}
.AnyTagClassName
{
color: #C01474;
}
</style>
background-color css
<style>
a { background-color: #C01474; }
a { background-color: rgb(192,20,116); }
div.DivClassName
{
background-color: #C01474;
}
.BgClassName
{
background-color: #C01474;
}
</style>
border-color css
<style>
span { border-color: #C01474; }
span { border-color: rgb(192,20,116); }
td.TdClassName
{
border-color: #C01474;
}
.TagClassName
{
border-color: #C01474;
}
</style>