Shades of Medium Violet Red #C31BAA
Tints of Medium Violet Red #C31BAA
RGB
CMYK
RGB Variations
Color information
#C31BAA (or 0xC31BAA) is known color: Medium Violet Red. HEX triplet: C3, 1B and AA. RGB value is (195,27,170). Sum of RGB (Red+Green+Blue) = 195+27+170=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BAA is #3CE455. Grayscale: #5D5D5D. Windows color (decimal): -3990614 or 11148227. OLE color: 11148227.
HSL color Cylindrical-coordinate representation of color #C31BAA: hue angle of 308.93º 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 #C31BAA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 170 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.24 |
| HSL | 308.93º | 0.76% | 0.44% | - |
| HSV(B) | 308.93º | 0.86% | 0.76% | - |
| XYZ | 30.15 | 15.29 | 39.39 | - |
| YUV | 93.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 170 | 0 | 0.86 | 0.13 | 0.24 | 308.93 | 0.76 | 0.44 |
| Hex | C3 | 1B | AA | 0 | 56 | D | 18 | 135 | 4C | 2C |
| Octal | 303 | 33 | 252 | 0 | 126 | 15 | 30 | 465 | 114 | 54 |
| Binary | 11000011 | 11011 | 10101010 | 0 | 1010110 | 1101 | 11000 | 100110101 | 1001100 | 101100 |
Color Harmonies of #C31BAA
Complementary color
Monochromatic Colors of #C31BAA
Black with #C31BAA
Text Example
Text Example
White with #C31BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BAA; }
p { color: rgb(195,27,170); }
H1.HeaderClassName
{
color: #C31BAA;
}
.AnyTagClassName
{
color: #C31BAA;
}
</style>
background-color css
<style>
a { background-color: #C31BAA; }
a { background-color: rgb(195,27,170); }
div.DivClassName
{
background-color: #C31BAA;
}
.BgClassName
{
background-color: #C31BAA;
}
</style>
border-color css
<style>
span { border-color: #C31BAA; }
span { border-color: rgb(195,27,170); }
td.TdClassName
{
border-color: #C31BAA;
}
.TagClassName
{
border-color: #C31BAA;
}
</style>