Shades of Medium Violet Red #C62371
Tints of Medium Violet Red #C62371
RGB
CMYK
RGB Variations
Color information
#C62371 (or 0xC62371) is known color: Medium Violet Red. HEX triplet: C6, 23 and 71. RGB value is (198,35,113). Sum of RGB (Red+Green+Blue) = 198+35+113=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C62371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62371 is #39DC8E. Grayscale: #5C5C5C. Windows color (decimal): -3792015 or 7414726. OLE color: 7414726.
HSL color Cylindrical-coordinate representation of color #C62371: hue angle of 331.29º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62371 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 113 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.22 |
| HSL | 331.29º | 0.7% | 0.46% | - |
| HSV(B) | 331.29º | 0.82% | 0.78% | - |
| XYZ | 26.87 | 14.4 | 16.99 | - |
| YUV | 92.63 | 139.5 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 113 | 0 | 0.82 | 0.43 | 0.22 | 331.29 | 0.7 | 0.46 |
| Hex | C6 | 23 | 71 | 0 | 52 | 2B | 16 | 14B | 46 | 2E |
| Octal | 306 | 43 | 161 | 0 | 122 | 53 | 26 | 513 | 106 | 56 |
| Binary | 11000110 | 100011 | 1110001 | 0 | 1010010 | 101011 | 10110 | 101001011 | 1000110 | 101110 |
Color Harmonies of #C62371
Complementary color
Monochromatic Colors of #C62371
Black with #C62371
Text Example
Text Example
White with #C62371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62371; }
p { color: rgb(198,35,113); }
H1.HeaderClassName
{
color: #C62371;
}
.AnyTagClassName
{
color: #C62371;
}
</style>
background-color css
<style>
a { background-color: #C62371; }
a { background-color: rgb(198,35,113); }
div.DivClassName
{
background-color: #C62371;
}
.BgClassName
{
background-color: #C62371;
}
</style>
border-color css
<style>
span { border-color: #C62371; }
span { border-color: rgb(198,35,113); }
td.TdClassName
{
border-color: #C62371;
}
.TagClassName
{
border-color: #C62371;
}
</style>