Shades of Medium Violet Red #C31883
Tints of Medium Violet Red #C31883
RGB
CMYK
RGB Variations
Color information
#C31883 (or 0xC31883) is known color: Medium Violet Red. HEX triplet: C3, 18 and 83. RGB value is (195,24,131). Sum of RGB (Red+Green+Blue) = 195+24+131=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C31883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31883 is #3CE77C. Grayscale: #575757. Windows color (decimal): -3991421 or 8591555. OLE color: 8591555.
HSL color Cylindrical-coordinate representation of color #C31883: hue angle of 322.46º degrees, saturation: 0.78, 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 #C31883 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 131 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.24 |
| HSL | 322.46º | 0.78% | 0.43% | - |
| HSV(B) | 322.46º | 0.88% | 0.76% | - |
| XYZ | 26.93 | 13.89 | 22.74 | - |
| YUV | 87.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 131 | 0 | 0.88 | 0.33 | 0.24 | 322.46 | 0.78 | 0.43 |
| Hex | C3 | 18 | 83 | 0 | 58 | 21 | 18 | 142 | 4E | 2B |
| Octal | 303 | 30 | 203 | 0 | 130 | 41 | 30 | 502 | 116 | 53 |
| Binary | 11000011 | 11000 | 10000011 | 0 | 1011000 | 100001 | 11000 | 101000010 | 1001110 | 101011 |
Color Harmonies of #C31883
Complementary color
Monochromatic Colors of #C31883
Black with #C31883
Text Example
Text Example
White with #C31883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31883; }
p { color: rgb(195,24,131); }
H1.HeaderClassName
{
color: #C31883;
}
.AnyTagClassName
{
color: #C31883;
}
</style>
background-color css
<style>
a { background-color: #C31883; }
a { background-color: rgb(195,24,131); }
div.DivClassName
{
background-color: #C31883;
}
.BgClassName
{
background-color: #C31883;
}
</style>
border-color css
<style>
span { border-color: #C31883; }
span { border-color: rgb(195,24,131); }
td.TdClassName
{
border-color: #C31883;
}
.TagClassName
{
border-color: #C31883;
}
</style>