Shades of Medium Violet Red #C20172
Tints of Medium Violet Red #C20172
RGB
CMYK
RGB Variations
Color information
#C20172 (or 0xC20172) is known color: Medium Violet Red. HEX triplet: C2, 01 and 72. RGB value is (194,1,114). Sum of RGB (Red+Green+Blue) = 194+1+114=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C20172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20172 is #3DFE8D. Grayscale: #474747. Windows color (decimal): -4062862 or 7471554. OLE color: 7471554.
HSL color Cylindrical-coordinate representation of color #C20172: hue angle of 324.87º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20172 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.24 |
| HSL | 324.87º | 0.99% | 0.38% | - |
| HSV(B) | 324.87º | 0.99% | 0.76% | - |
| XYZ | 25.3 | 12.71 | 17.04 | - |
| YUV | 71.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 114 | 0 | 0.99 | 0.41 | 0.24 | 324.87 | 0.99 | 0.38 |
| Hex | C2 | 1 | 72 | 0 | 63 | 29 | 18 | 145 | 63 | 26 |
| Octal | 302 | 1 | 162 | 0 | 143 | 51 | 30 | 505 | 143 | 46 |
| Binary | 11000010 | 1 | 1110010 | 0 | 1100011 | 101001 | 11000 | 101000101 | 1100011 | 100110 |
Color Harmonies of #C20172
Complementary color
Monochromatic Colors of #C20172
Black with #C20172
Text Example
Text Example
White with #C20172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20172; }
p { color: rgb(194,1,114); }
H1.HeaderClassName
{
color: #C20172;
}
.AnyTagClassName
{
color: #C20172;
}
</style>
background-color css
<style>
a { background-color: #C20172; }
a { background-color: rgb(194,1,114); }
div.DivClassName
{
background-color: #C20172;
}
.BgClassName
{
background-color: #C20172;
}
</style>
border-color css
<style>
span { border-color: #C20172; }
span { border-color: rgb(194,1,114); }
td.TdClassName
{
border-color: #C20172;
}
.TagClassName
{
border-color: #C20172;
}
</style>