Shades of Medium Violet Red #C62172
Tints of Medium Violet Red #C62172
RGB
CMYK
RGB Variations
Color information
#C62172 (or 0xC62172) is known color: Medium Violet Red. HEX triplet: C6, 21 and 72. RGB value is (198,33,114). Sum of RGB (Red+Green+Blue) = 198+33+114=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C62172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62172 is #39DE8D. Grayscale: #5B5B5B. Windows color (decimal): -3792526 or 7479750. OLE color: 7479750.
HSL color Cylindrical-coordinate representation of color #C62172: hue angle of 330.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62172 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 114 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.22 |
| HSL | 330.55º | 0.71% | 0.45% | - |
| HSV(B) | 330.55º | 0.83% | 0.78% | - |
| XYZ | 26.87 | 14.31 | 17.27 | - |
| YUV | 91.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 114 | 0 | 0.83 | 0.42 | 0.22 | 330.55 | 0.71 | 0.45 |
| Hex | C6 | 21 | 72 | 0 | 53 | 2A | 16 | 14B | 47 | 2D |
| Octal | 306 | 41 | 162 | 0 | 123 | 52 | 26 | 513 | 107 | 55 |
| Binary | 11000110 | 100001 | 1110010 | 0 | 1010011 | 101010 | 10110 | 101001011 | 1000111 | 101101 |
Color Harmonies of #C62172
Complementary color
Monochromatic Colors of #C62172
Black with #C62172
Text Example
Text Example
White with #C62172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62172; }
p { color: rgb(198,33,114); }
H1.HeaderClassName
{
color: #C62172;
}
.AnyTagClassName
{
color: #C62172;
}
</style>
background-color css
<style>
a { background-color: #C62172; }
a { background-color: rgb(198,33,114); }
div.DivClassName
{
background-color: #C62172;
}
.BgClassName
{
background-color: #C62172;
}
</style>
border-color css
<style>
span { border-color: #C62172; }
span { border-color: rgb(198,33,114); }
td.TdClassName
{
border-color: #C62172;
}
.TagClassName
{
border-color: #C62172;
}
</style>