Shades of Medium Violet Red #C31BAB
Tints of Medium Violet Red #C31BAB
RGB
CMYK
RGB Variations
Color information
#C31BAB (or 0xC31BAB) is known color: Medium Violet Red. HEX triplet: C3, 1B and AB. RGB value is (195,27,171). Sum of RGB (Red+Green+Blue) = 195+27+171=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BAB is #3CE454. Grayscale: #5D5D5D. Windows color (decimal): -3990613 or 11213763. OLE color: 11213763.
HSL color Cylindrical-coordinate representation of color #C31BAB: hue angle of 308.57º 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 #C31BAB is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 171 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.24 |
| HSL | 308.57º | 0.76% | 0.44% | - |
| HSV(B) | 308.57º | 0.86% | 0.76% | - |
| XYZ | 30.25 | 15.33 | 39.89 | - |
| YUV | 93.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 171 | 0 | 0.86 | 0.12 | 0.24 | 308.57 | 0.76 | 0.44 |
| Hex | C3 | 1B | AB | 0 | 56 | C | 18 | 135 | 4C | 2C |
| Octal | 303 | 33 | 253 | 0 | 126 | 14 | 30 | 465 | 114 | 54 |
| Binary | 11000011 | 11011 | 10101011 | 0 | 1010110 | 1100 | 11000 | 100110101 | 1001100 | 101100 |
Color Harmonies of #C31BAB
Complementary color
Monochromatic Colors of #C31BAB
Black with #C31BAB
Text Example
Text Example
White with #C31BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BAB; }
p { color: rgb(195,27,171); }
H1.HeaderClassName
{
color: #C31BAB;
}
.AnyTagClassName
{
color: #C31BAB;
}
</style>
background-color css
<style>
a { background-color: #C31BAB; }
a { background-color: rgb(195,27,171); }
div.DivClassName
{
background-color: #C31BAB;
}
.BgClassName
{
background-color: #C31BAB;
}
</style>
border-color css
<style>
span { border-color: #C31BAB; }
span { border-color: rgb(195,27,171); }
td.TdClassName
{
border-color: #C31BAB;
}
.TagClassName
{
border-color: #C31BAB;
}
</style>