Shades of Medium Violet Red #C31A6F
Tints of Medium Violet Red #C31A6F
RGB
CMYK
RGB Variations
Color information
#C31A6F (or 0xC31A6F) is known color: Medium Violet Red. HEX triplet: C3, 1A and 6F. RGB value is (195,26,111). Sum of RGB (Red+Green+Blue) = 195+26+111=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A6F is #3CE590. Grayscale: #565656. Windows color (decimal): -3990929 or 7281347. OLE color: 7281347.
HSL color Cylindrical-coordinate representation of color #C31A6F: hue angle of 329.82º 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 #C31A6F is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 111 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.24 |
| HSL | 329.82º | 0.76% | 0.43% | - |
| HSV(B) | 329.82º | 0.87% | 0.76% | - |
| XYZ | 25.74 | 13.49 | 16.29 | - |
| YUV | 86.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 111 | 0 | 0.87 | 0.43 | 0.24 | 329.82 | 0.76 | 0.43 |
| Hex | C3 | 1A | 6F | 0 | 57 | 2B | 18 | 14A | 4C | 2B |
| Octal | 303 | 32 | 157 | 0 | 127 | 53 | 30 | 512 | 114 | 53 |
| Binary | 11000011 | 11010 | 1101111 | 0 | 1010111 | 101011 | 11000 | 101001010 | 1001100 | 101011 |
Color Harmonies of #C31A6F
Complementary color
Monochromatic Colors of #C31A6F
Black with #C31A6F
Text Example
Text Example
White with #C31A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A6F; }
p { color: rgb(195,26,111); }
H1.HeaderClassName
{
color: #C31A6F;
}
.AnyTagClassName
{
color: #C31A6F;
}
</style>
background-color css
<style>
a { background-color: #C31A6F; }
a { background-color: rgb(195,26,111); }
div.DivClassName
{
background-color: #C31A6F;
}
.BgClassName
{
background-color: #C31A6F;
}
</style>
border-color css
<style>
span { border-color: #C31A6F; }
span { border-color: rgb(195,26,111); }
td.TdClassName
{
border-color: #C31A6F;
}
.TagClassName
{
border-color: #C31A6F;
}
</style>