Shades of Medium Violet Red #C00471
Tints of Medium Violet Red #C00471
RGB
CMYK
RGB Variations
Color information
#C00471 (or 0xC00471) is known color: Medium Violet Red. HEX triplet: C0, 04 and 71. RGB value is (192,4,113). Sum of RGB (Red+Green+Blue) = 192+4+113=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C00471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00471 is #3FFB8E. Grayscale: #484848. Windows color (decimal): -4193167 or 7406784. OLE color: 7406784.
HSL color Cylindrical-coordinate representation of color #C00471: hue angle of 325.21º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00471 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.25 |
| HSL | 325.21º | 0.96% | 0.38% | - |
| HSV(B) | 325.21º | 0.98% | 0.75% | - |
| XYZ | 24.76 | 12.49 | 16.73 | - |
| YUV | 72.64 | 150.78 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 113 | 0 | 0.98 | 0.41 | 0.25 | 325.21 | 0.96 | 0.38 |
| Hex | C0 | 4 | 71 | 0 | 62 | 29 | 19 | 145 | 60 | 26 |
| Octal | 300 | 4 | 161 | 0 | 142 | 51 | 31 | 505 | 140 | 46 |
| Binary | 11000000 | 100 | 1110001 | 0 | 1100010 | 101001 | 11001 | 101000101 | 1100000 | 100110 |
Color Harmonies of #C00471
Complementary color
Monochromatic Colors of #C00471
Black with #C00471
Text Example
Text Example
White with #C00471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00471; }
p { color: rgb(192,4,113); }
H1.HeaderClassName
{
color: #C00471;
}
.AnyTagClassName
{
color: #C00471;
}
</style>
background-color css
<style>
a { background-color: #C00471; }
a { background-color: rgb(192,4,113); }
div.DivClassName
{
background-color: #C00471;
}
.BgClassName
{
background-color: #C00471;
}
</style>
border-color css
<style>
span { border-color: #C00471; }
span { border-color: rgb(192,4,113); }
td.TdClassName
{
border-color: #C00471;
}
.TagClassName
{
border-color: #C00471;
}
</style>