Shades of Medium Violet Red #C20471
Tints of Medium Violet Red #C20471
RGB
CMYK
RGB Variations
Color information
#C20471 (or 0xC20471) is known color: Medium Violet Red. HEX triplet: C2, 04 and 71. RGB value is (194,4,113). Sum of RGB (Red+Green+Blue) = 194+4+113=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C20471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20471 is #3DFB8E. Grayscale: #484848. Windows color (decimal): -4062095 or 7406786. OLE color: 7406786.
HSL color Cylindrical-coordinate representation of color #C20471: hue angle of 325.58º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20471 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.24 |
| HSL | 325.58º | 0.96% | 0.39% | - |
| HSV(B) | 325.58º | 0.98% | 0.76% | - |
| XYZ | 25.27 | 12.75 | 16.75 | - |
| YUV | 73.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 113 | 0 | 0.98 | 0.42 | 0.24 | 325.58 | 0.96 | 0.39 |
| Hex | C2 | 4 | 71 | 0 | 62 | 2A | 18 | 146 | 60 | 27 |
| Octal | 302 | 4 | 161 | 0 | 142 | 52 | 30 | 506 | 140 | 47 |
| Binary | 11000010 | 100 | 1110001 | 0 | 1100010 | 101010 | 11000 | 101000110 | 1100000 | 100111 |
Color Harmonies of #C20471
Complementary color
Monochromatic Colors of #C20471
Black with #C20471
Text Example
Text Example
White with #C20471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20471; }
p { color: rgb(194,4,113); }
H1.HeaderClassName
{
color: #C20471;
}
.AnyTagClassName
{
color: #C20471;
}
</style>
background-color css
<style>
a { background-color: #C20471; }
a { background-color: rgb(194,4,113); }
div.DivClassName
{
background-color: #C20471;
}
.BgClassName
{
background-color: #C20471;
}
</style>
border-color css
<style>
span { border-color: #C20471; }
span { border-color: rgb(194,4,113); }
td.TdClassName
{
border-color: #C20471;
}
.TagClassName
{
border-color: #C20471;
}
</style>