Shades of Medium Violet Red #C31F89
Tints of Medium Violet Red #C31F89
RGB
CMYK
RGB Variations
Color information
#C31F89 (or 0xC31F89) is known color: Medium Violet Red. HEX triplet: C3, 1F and 89. RGB value is (195,31,137). Sum of RGB (Red+Green+Blue) = 195+31+137=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F89 is #3CE076. Grayscale: #5B5B5B. Windows color (decimal): -3989623 or 8986563. OLE color: 8986563.
HSL color Cylindrical-coordinate representation of color #C31F89: hue angle of 321.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F89 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 137 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.24 |
| HSL | 321.22º | 0.73% | 0.44% | - |
| HSV(B) | 321.22º | 0.84% | 0.76% | - |
| XYZ | 27.51 | 14.39 | 24.99 | - |
| YUV | 92.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 137 | 0 | 0.84 | 0.30 | 0.24 | 321.22 | 0.73 | 0.44 |
| Hex | C3 | 1F | 89 | 0 | 54 | 1E | 18 | 141 | 49 | 2C |
| Octal | 303 | 37 | 211 | 0 | 124 | 36 | 30 | 501 | 111 | 54 |
| Binary | 11000011 | 11111 | 10001001 | 0 | 1010100 | 11110 | 11000 | 101000001 | 1001001 | 101100 |
Color Harmonies of #C31F89
Complementary color
Monochromatic Colors of #C31F89
Black with #C31F89
Text Example
Text Example
White with #C31F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F89; }
p { color: rgb(195,31,137); }
H1.HeaderClassName
{
color: #C31F89;
}
.AnyTagClassName
{
color: #C31F89;
}
</style>
background-color css
<style>
a { background-color: #C31F89; }
a { background-color: rgb(195,31,137); }
div.DivClassName
{
background-color: #C31F89;
}
.BgClassName
{
background-color: #C31F89;
}
</style>
border-color css
<style>
span { border-color: #C31F89; }
span { border-color: rgb(195,31,137); }
td.TdClassName
{
border-color: #C31F89;
}
.TagClassName
{
border-color: #C31F89;
}
</style>