Shades of Medium Violet Red #C31BA9
Tints of Medium Violet Red #C31BA9
RGB
CMYK
RGB Variations
Color information
#C31BA9 (or 0xC31BA9) is known color: Medium Violet Red. HEX triplet: C3, 1B and A9. RGB value is (195,27,169). Sum of RGB (Red+Green+Blue) = 195+27+169=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA9 is #3CE456. Grayscale: #5D5D5D. Windows color (decimal): -3990615 or 11082691. OLE color: 11082691.
HSL color Cylindrical-coordinate representation of color #C31BA9: hue angle of 309.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31BA9 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 169 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.24 |
| HSL | 309.29º | 0.76% | 0.44% | - |
| HSV(B) | 309.29º | 0.86% | 0.76% | - |
| XYZ | 30.06 | 15.25 | 38.9 | - |
| YUV | 93.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 169 | 0 | 0.86 | 0.13 | 0.24 | 309.29 | 0.76 | 0.44 |
| Hex | C3 | 1B | A9 | 0 | 56 | D | 18 | 135 | 4C | 2C |
| Octal | 303 | 33 | 251 | 0 | 126 | 15 | 30 | 465 | 114 | 54 |
| Binary | 11000011 | 11011 | 10101001 | 0 | 1010110 | 1101 | 11000 | 100110101 | 1001100 | 101100 |
Color Harmonies of #C31BA9
Complementary color
Monochromatic Colors of #C31BA9
Black with #C31BA9
Text Example
Text Example
White with #C31BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BA9; }
p { color: rgb(195,27,169); }
H1.HeaderClassName
{
color: #C31BA9;
}
.AnyTagClassName
{
color: #C31BA9;
}
</style>
background-color css
<style>
a { background-color: #C31BA9; }
a { background-color: rgb(195,27,169); }
div.DivClassName
{
background-color: #C31BA9;
}
.BgClassName
{
background-color: #C31BA9;
}
</style>
border-color css
<style>
span { border-color: #C31BA9; }
span { border-color: rgb(195,27,169); }
td.TdClassName
{
border-color: #C31BA9;
}
.TagClassName
{
border-color: #C31BA9;
}
</style>