Shades of Medium Violet Red #C31BA5
Tints of Medium Violet Red #C31BA5
RGB
CMYK
RGB Variations
Color information
#C31BA5 (or 0xC31BA5) is known color: Medium Violet Red. HEX triplet: C3, 1B and A5. RGB value is (195,27,165). Sum of RGB (Red+Green+Blue) = 195+27+165=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA5 is #3CE45A. Grayscale: #5C5C5C. Windows color (decimal): -3990619 or 10820547. OLE color: 10820547.
HSL color Cylindrical-coordinate representation of color #C31BA5: hue angle of 310.71º 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 #C31BA5 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 165 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.24 |
| HSL | 310.71º | 0.76% | 0.44% | - |
| HSV(B) | 310.71º | 0.86% | 0.76% | - |
| XYZ | 29.69 | 15.1 | 36.95 | - |
| YUV | 92.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 165 | 0 | 0.86 | 0.15 | 0.24 | 310.71 | 0.76 | 0.44 |
| Hex | C3 | 1B | A5 | 0 | 56 | F | 18 | 137 | 4C | 2C |
| Octal | 303 | 33 | 245 | 0 | 126 | 17 | 30 | 467 | 114 | 54 |
| Binary | 11000011 | 11011 | 10100101 | 0 | 1010110 | 1111 | 11000 | 100110111 | 1001100 | 101100 |
Color Harmonies of #C31BA5
Complementary color
Monochromatic Colors of #C31BA5
Black with #C31BA5
Text Example
Text Example
White with #C31BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BA5; }
p { color: rgb(195,27,165); }
H1.HeaderClassName
{
color: #C31BA5;
}
.AnyTagClassName
{
color: #C31BA5;
}
</style>
background-color css
<style>
a { background-color: #C31BA5; }
a { background-color: rgb(195,27,165); }
div.DivClassName
{
background-color: #C31BA5;
}
.BgClassName
{
background-color: #C31BA5;
}
</style>
border-color css
<style>
span { border-color: #C31BA5; }
span { border-color: rgb(195,27,165); }
td.TdClassName
{
border-color: #C31BA5;
}
.TagClassName
{
border-color: #C31BA5;
}
</style>