Shades of Medium Violet Red #C31BA6
Tints of Medium Violet Red #C31BA6
RGB
CMYK
RGB Variations
Color information
#C31BA6 (or 0xC31BA6) is known color: Medium Violet Red. HEX triplet: C3, 1B and A6. RGB value is (195,27,166). Sum of RGB (Red+Green+Blue) = 195+27+166=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA6 is #3CE459. Grayscale: #5C5C5C. Windows color (decimal): -3990618 or 10886083. OLE color: 10886083.
HSL color Cylindrical-coordinate representation of color #C31BA6: hue angle of 310.36º 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 #C31BA6 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 166 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.24 |
| HSL | 310.36º | 0.76% | 0.44% | - |
| HSV(B) | 310.36º | 0.86% | 0.76% | - |
| XYZ | 29.78 | 15.14 | 37.43 | - |
| YUV | 93.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 166 | 0 | 0.86 | 0.15 | 0.24 | 310.36 | 0.76 | 0.44 |
| Hex | C3 | 1B | A6 | 0 | 56 | F | 18 | 136 | 4C | 2C |
| Octal | 303 | 33 | 246 | 0 | 126 | 17 | 30 | 466 | 114 | 54 |
| Binary | 11000011 | 11011 | 10100110 | 0 | 1010110 | 1111 | 11000 | 100110110 | 1001100 | 101100 |
Color Harmonies of #C31BA6
Complementary color
Monochromatic Colors of #C31BA6
Black with #C31BA6
Text Example
Text Example
White with #C31BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BA6; }
p { color: rgb(195,27,166); }
H1.HeaderClassName
{
color: #C31BA6;
}
.AnyTagClassName
{
color: #C31BA6;
}
</style>
background-color css
<style>
a { background-color: #C31BA6; }
a { background-color: rgb(195,27,166); }
div.DivClassName
{
background-color: #C31BA6;
}
.BgClassName
{
background-color: #C31BA6;
}
</style>
border-color css
<style>
span { border-color: #C31BA6; }
span { border-color: rgb(195,27,166); }
td.TdClassName
{
border-color: #C31BA6;
}
.TagClassName
{
border-color: #C31BA6;
}
</style>