Shades of Medium Violet Red #C31BA3
Tints of Medium Violet Red #C31BA3
RGB
CMYK
RGB Variations
Color information
#C31BA3 (or 0xC31BA3) is known color: Medium Violet Red. HEX triplet: C3, 1B and A3. RGB value is (195,27,163). Sum of RGB (Red+Green+Blue) = 195+27+163=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA3 is #3CE45C. Grayscale: #5C5C5C. Windows color (decimal): -3990621 or 10689475. OLE color: 10689475.
HSL color Cylindrical-coordinate representation of color #C31BA3: hue angle of 311.43º 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 #C31BA3 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 163 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.24 |
| HSL | 311.43º | 0.76% | 0.44% | - |
| HSV(B) | 311.43º | 0.86% | 0.76% | - |
| XYZ | 29.51 | 15.03 | 36 | - |
| YUV | 92.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 163 | 0 | 0.86 | 0.16 | 0.24 | 311.43 | 0.76 | 0.44 |
| Hex | C3 | 1B | A3 | 0 | 56 | 10 | 18 | 137 | 4C | 2C |
| Octal | 303 | 33 | 243 | 0 | 126 | 20 | 30 | 467 | 114 | 54 |
| Binary | 11000011 | 11011 | 10100011 | 0 | 1010110 | 10000 | 11000 | 100110111 | 1001100 | 101100 |
Color Harmonies of #C31BA3
Complementary color
Monochromatic Colors of #C31BA3
Black with #C31BA3
Text Example
Text Example
White with #C31BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BA3; }
p { color: rgb(195,27,163); }
H1.HeaderClassName
{
color: #C31BA3;
}
.AnyTagClassName
{
color: #C31BA3;
}
</style>
background-color css
<style>
a { background-color: #C31BA3; }
a { background-color: rgb(195,27,163); }
div.DivClassName
{
background-color: #C31BA3;
}
.BgClassName
{
background-color: #C31BA3;
}
</style>
border-color css
<style>
span { border-color: #C31BA3; }
span { border-color: rgb(195,27,163); }
td.TdClassName
{
border-color: #C31BA3;
}
.TagClassName
{
border-color: #C31BA3;
}
</style>