Shades of Medium Violet Red #C31F98
Tints of Medium Violet Red #C31F98
RGB
CMYK
RGB Variations
Color information
#C31F98 (or 0xC31F98) is known color: Medium Violet Red. HEX triplet: C3, 1F and 98. RGB value is (195,31,152). Sum of RGB (Red+Green+Blue) = 195+31+152=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F98 is #3CE067. Grayscale: #5D5D5D. Windows color (decimal): -3989608 or 9969603. OLE color: 9969603.
HSL color Cylindrical-coordinate representation of color #C31F98: hue angle of 315.73º 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 #C31F98 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 152 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.24 |
| HSL | 315.73º | 0.73% | 0.44% | - |
| HSV(B) | 315.73º | 0.84% | 0.76% | - |
| XYZ | 28.66 | 14.85 | 31.06 | - |
| YUV | 93.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 152 | 0 | 0.84 | 0.22 | 0.24 | 315.73 | 0.73 | 0.44 |
| Hex | C3 | 1F | 98 | 0 | 54 | 16 | 18 | 13C | 49 | 2C |
| Octal | 303 | 37 | 230 | 0 | 124 | 26 | 30 | 474 | 111 | 54 |
| Binary | 11000011 | 11111 | 10011000 | 0 | 1010100 | 10110 | 11000 | 100111100 | 1001001 | 101100 |
Color Harmonies of #C31F98
Complementary color
Monochromatic Colors of #C31F98
Black with #C31F98
Text Example
Text Example
White with #C31F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F98; }
p { color: rgb(195,31,152); }
H1.HeaderClassName
{
color: #C31F98;
}
.AnyTagClassName
{
color: #C31F98;
}
</style>
background-color css
<style>
a { background-color: #C31F98; }
a { background-color: rgb(195,31,152); }
div.DivClassName
{
background-color: #C31F98;
}
.BgClassName
{
background-color: #C31F98;
}
</style>
border-color css
<style>
span { border-color: #C31F98; }
span { border-color: rgb(195,31,152); }
td.TdClassName
{
border-color: #C31F98;
}
.TagClassName
{
border-color: #C31F98;
}
</style>