Shades of Medium Violet Red #C31BA0
Tints of Medium Violet Red #C31BA0
RGB
CMYK
RGB Variations
Color information
#C31BA0 (or 0xC31BA0) is known color: Medium Violet Red. HEX triplet: C3, 1B and A0. RGB value is (195,27,160). Sum of RGB (Red+Green+Blue) = 195+27+160=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA0 is #3CE45F. Grayscale: #5C5C5C. Windows color (decimal): -3990624 or 10492867. OLE color: 10492867.
HSL color Cylindrical-coordinate representation of color #C31BA0: hue angle of 312.5º 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 #C31BA0 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 160 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.24 |
| HSL | 312.5º | 0.76% | 0.44% | - |
| HSV(B) | 312.5º | 0.86% | 0.76% | - |
| XYZ | 29.24 | 14.92 | 34.6 | - |
| YUV | 92.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 160 | 0 | 0.86 | 0.18 | 0.24 | 312.5 | 0.76 | 0.44 |
| Hex | C3 | 1B | A0 | 0 | 56 | 12 | 18 | 138 | 4C | 2C |
| Octal | 303 | 33 | 240 | 0 | 126 | 22 | 30 | 470 | 114 | 54 |
| Binary | 11000011 | 11011 | 10100000 | 0 | 1010110 | 10010 | 11000 | 100111000 | 1001100 | 101100 |
Color Harmonies of #C31BA0
Complementary color
Monochromatic Colors of #C31BA0
Black with #C31BA0
Text Example
Text Example
White with #C31BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BA0; }
p { color: rgb(195,27,160); }
H1.HeaderClassName
{
color: #C31BA0;
}
.AnyTagClassName
{
color: #C31BA0;
}
</style>
background-color css
<style>
a { background-color: #C31BA0; }
a { background-color: rgb(195,27,160); }
div.DivClassName
{
background-color: #C31BA0;
}
.BgClassName
{
background-color: #C31BA0;
}
</style>
border-color css
<style>
span { border-color: #C31BA0; }
span { border-color: rgb(195,27,160); }
td.TdClassName
{
border-color: #C31BA0;
}
.TagClassName
{
border-color: #C31BA0;
}
</style>