Shades of Medium Violet Red #C31F88
Tints of Medium Violet Red #C31F88
RGB
CMYK
RGB Variations
Color information
#C31F88 (or 0xC31F88) is known color: Medium Violet Red. HEX triplet: C3, 1F and 88. RGB value is (195,31,136). Sum of RGB (Red+Green+Blue) = 195+31+136=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F88 is #3CE077. Grayscale: #5B5B5B. Windows color (decimal): -3989624 or 8921027. OLE color: 8921027.
HSL color Cylindrical-coordinate representation of color #C31F88: hue angle of 321.59º 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 #C31F88 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 136 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.24 |
| HSL | 321.59º | 0.73% | 0.44% | - |
| HSV(B) | 321.59º | 0.84% | 0.76% | - |
| XYZ | 27.44 | 14.36 | 24.62 | - |
| YUV | 92.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 136 | 0 | 0.84 | 0.30 | 0.24 | 321.59 | 0.73 | 0.44 |
| Hex | C3 | 1F | 88 | 0 | 54 | 1E | 18 | 142 | 49 | 2C |
| Octal | 303 | 37 | 210 | 0 | 124 | 36 | 30 | 502 | 111 | 54 |
| Binary | 11000011 | 11111 | 10001000 | 0 | 1010100 | 11110 | 11000 | 101000010 | 1001001 | 101100 |
Color Harmonies of #C31F88
Complementary color
Monochromatic Colors of #C31F88
Black with #C31F88
Text Example
Text Example
White with #C31F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F88; }
p { color: rgb(195,31,136); }
H1.HeaderClassName
{
color: #C31F88;
}
.AnyTagClassName
{
color: #C31F88;
}
</style>
background-color css
<style>
a { background-color: #C31F88; }
a { background-color: rgb(195,31,136); }
div.DivClassName
{
background-color: #C31F88;
}
.BgClassName
{
background-color: #C31F88;
}
</style>
border-color css
<style>
span { border-color: #C31F88; }
span { border-color: rgb(195,31,136); }
td.TdClassName
{
border-color: #C31F88;
}
.TagClassName
{
border-color: #C31F88;
}
</style>