Shades of Medium Violet Red #C31FAB
Tints of Medium Violet Red #C31FAB
RGB
CMYK
RGB Variations
Color information
#C31FAB (or 0xC31FAB) is known color: Medium Violet Red. HEX triplet: C3, 1F and AB. RGB value is (195,31,171). Sum of RGB (Red+Green+Blue) = 195+31+171=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FAB is #3CE054. Grayscale: #5F5F5F. Windows color (decimal): -3989589 or 11214787. OLE color: 11214787.
HSL color Cylindrical-coordinate representation of color #C31FAB: hue angle of 308.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31FAB is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 171 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.24 |
| HSL | 308.78º | 0.73% | 0.44% | - |
| HSV(B) | 308.78º | 0.84% | 0.76% | - |
| XYZ | 30.35 | 15.52 | 39.92 | - |
| YUV | 96 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 171 | 0 | 0.84 | 0.12 | 0.24 | 308.78 | 0.73 | 0.44 |
| Hex | C3 | 1F | AB | 0 | 54 | C | 18 | 135 | 49 | 2C |
| Octal | 303 | 37 | 253 | 0 | 124 | 14 | 30 | 465 | 111 | 54 |
| Binary | 11000011 | 11111 | 10101011 | 0 | 1010100 | 1100 | 11000 | 100110101 | 1001001 | 101100 |
Color Harmonies of #C31FAB
Complementary color
Monochromatic Colors of #C31FAB
Black with #C31FAB
Text Example
Text Example
White with #C31FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FAB; }
p { color: rgb(195,31,171); }
H1.HeaderClassName
{
color: #C31FAB;
}
.AnyTagClassName
{
color: #C31FAB;
}
</style>
background-color css
<style>
a { background-color: #C31FAB; }
a { background-color: rgb(195,31,171); }
div.DivClassName
{
background-color: #C31FAB;
}
.BgClassName
{
background-color: #C31FAB;
}
</style>
border-color css
<style>
span { border-color: #C31FAB; }
span { border-color: rgb(195,31,171); }
td.TdClassName
{
border-color: #C31FAB;
}
.TagClassName
{
border-color: #C31FAB;
}
</style>