Shades of Medium Violet Red #C31FAA
Tints of Medium Violet Red #C31FAA
RGB
CMYK
RGB Variations
Color information
#C31FAA (or 0xC31FAA) is known color: Medium Violet Red. HEX triplet: C3, 1F and AA. RGB value is (195,31,170). Sum of RGB (Red+Green+Blue) = 195+31+170=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FAA is #3CE055. Grayscale: #5F5F5F. Windows color (decimal): -3989590 or 11149251. OLE color: 11149251.
HSL color Cylindrical-coordinate representation of color #C31FAA: hue angle of 309.15º 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 #C31FAA is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 170 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.24 |
| HSL | 309.15º | 0.73% | 0.44% | - |
| HSV(B) | 309.15º | 0.84% | 0.76% | - |
| XYZ | 30.25 | 15.48 | 39.42 | - |
| YUV | 95.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 170 | 0 | 0.84 | 0.13 | 0.24 | 309.15 | 0.73 | 0.44 |
| Hex | C3 | 1F | AA | 0 | 54 | D | 18 | 135 | 49 | 2C |
| Octal | 303 | 37 | 252 | 0 | 124 | 15 | 30 | 465 | 111 | 54 |
| Binary | 11000011 | 11111 | 10101010 | 0 | 1010100 | 1101 | 11000 | 100110101 | 1001001 | 101100 |
Color Harmonies of #C31FAA
Complementary color
Monochromatic Colors of #C31FAA
Black with #C31FAA
Text Example
Text Example
White with #C31FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FAA; }
p { color: rgb(195,31,170); }
H1.HeaderClassName
{
color: #C31FAA;
}
.AnyTagClassName
{
color: #C31FAA;
}
</style>
background-color css
<style>
a { background-color: #C31FAA; }
a { background-color: rgb(195,31,170); }
div.DivClassName
{
background-color: #C31FAA;
}
.BgClassName
{
background-color: #C31FAA;
}
</style>
border-color css
<style>
span { border-color: #C31FAA; }
span { border-color: rgb(195,31,170); }
td.TdClassName
{
border-color: #C31FAA;
}
.TagClassName
{
border-color: #C31FAA;
}
</style>