Shades of Medium Violet Red #C31772
Tints of Medium Violet Red #C31772
RGB
CMYK
RGB Variations
Color information
#C31772 (or 0xC31772) is known color: Medium Violet Red. HEX triplet: C3, 17 and 72. RGB value is (195,23,114). Sum of RGB (Red+Green+Blue) = 195+23+114=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C31772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31772 is #3CE88D. Grayscale: #545454. Windows color (decimal): -3991694 or 7477187. OLE color: 7477187.
HSL color Cylindrical-coordinate representation of color #C31772: hue angle of 328.26º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31772 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 114 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.24 |
| HSL | 328.26º | 0.79% | 0.43% | - |
| HSV(B) | 328.26º | 0.88% | 0.76% | - |
| XYZ | 25.85 | 13.43 | 17.15 | - |
| YUV | 84.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 114 | 0 | 0.88 | 0.42 | 0.24 | 328.26 | 0.79 | 0.43 |
| Hex | C3 | 17 | 72 | 0 | 58 | 2A | 18 | 148 | 4F | 2B |
| Octal | 303 | 27 | 162 | 0 | 130 | 52 | 30 | 510 | 117 | 53 |
| Binary | 11000011 | 10111 | 1110010 | 0 | 1011000 | 101010 | 11000 | 101001000 | 1001111 | 101011 |
Color Harmonies of #C31772
Complementary color
Monochromatic Colors of #C31772
Black with #C31772
Text Example
Text Example
White with #C31772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31772; }
p { color: rgb(195,23,114); }
H1.HeaderClassName
{
color: #C31772;
}
.AnyTagClassName
{
color: #C31772;
}
</style>
background-color css
<style>
a { background-color: #C31772; }
a { background-color: rgb(195,23,114); }
div.DivClassName
{
background-color: #C31772;
}
.BgClassName
{
background-color: #C31772;
}
</style>
border-color css
<style>
span { border-color: #C31772; }
span { border-color: rgb(195,23,114); }
td.TdClassName
{
border-color: #C31772;
}
.TagClassName
{
border-color: #C31772;
}
</style>