Shades of Medium Violet Red #C31AA2
Tints of Medium Violet Red #C31AA2
RGB
CMYK
RGB Variations
Color information
#C31AA2 (or 0xC31AA2) is known color: Medium Violet Red. HEX triplet: C3, 1A and A2. RGB value is (195,26,162). Sum of RGB (Red+Green+Blue) = 195+26+162=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AA2 is #3CE55D. Grayscale: #5B5B5B. Windows color (decimal): -3990878 or 10623683. OLE color: 10623683.
HSL color Cylindrical-coordinate representation of color #C31AA2: hue angle of 311.72º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31AA2 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 162 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.24 |
| HSL | 311.72º | 0.76% | 0.43% | - |
| HSV(B) | 311.72º | 0.87% | 0.76% | - |
| XYZ | 29.4 | 14.95 | 35.52 | - |
| YUV | 92.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 162 | 0 | 0.87 | 0.17 | 0.24 | 311.72 | 0.76 | 0.43 |
| Hex | C3 | 1A | A2 | 0 | 57 | 11 | 18 | 138 | 4C | 2B |
| Octal | 303 | 32 | 242 | 0 | 127 | 21 | 30 | 470 | 114 | 53 |
| Binary | 11000011 | 11010 | 10100010 | 0 | 1010111 | 10001 | 11000 | 100111000 | 1001100 | 101011 |
Color Harmonies of #C31AA2
Complementary color
Monochromatic Colors of #C31AA2
Black with #C31AA2
Text Example
Text Example
White with #C31AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AA2; }
p { color: rgb(195,26,162); }
H1.HeaderClassName
{
color: #C31AA2;
}
.AnyTagClassName
{
color: #C31AA2;
}
</style>
background-color css
<style>
a { background-color: #C31AA2; }
a { background-color: rgb(195,26,162); }
div.DivClassName
{
background-color: #C31AA2;
}
.BgClassName
{
background-color: #C31AA2;
}
</style>
border-color css
<style>
span { border-color: #C31AA2; }
span { border-color: rgb(195,26,162); }
td.TdClassName
{
border-color: #C31AA2;
}
.TagClassName
{
border-color: #C31AA2;
}
</style>