Shades of Medium Violet Red #C31A7D
Tints of Medium Violet Red #C31A7D
RGB
CMYK
RGB Variations
Color information
#C31A7D (or 0xC31A7D) is known color: Medium Violet Red. HEX triplet: C3, 1A and 7D. RGB value is (195,26,125). Sum of RGB (Red+Green+Blue) = 195+26+125=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A7D is #3CE582. Grayscale: #575757. Windows color (decimal): -3990915 or 8198851. OLE color: 8198851.
HSL color Cylindrical-coordinate representation of color #C31A7D: hue angle of 324.85º 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 #C31A7D is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 125 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.24 |
| HSL | 324.85º | 0.76% | 0.43% | - |
| HSV(B) | 324.85º | 0.87% | 0.76% | - |
| XYZ | 26.58 | 13.82 | 20.67 | - |
| YUV | 87.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 125 | 0 | 0.87 | 0.36 | 0.24 | 324.85 | 0.76 | 0.43 |
| Hex | C3 | 1A | 7D | 0 | 57 | 24 | 18 | 145 | 4C | 2B |
| Octal | 303 | 32 | 175 | 0 | 127 | 44 | 30 | 505 | 114 | 53 |
| Binary | 11000011 | 11010 | 1111101 | 0 | 1010111 | 100100 | 11000 | 101000101 | 1001100 | 101011 |
Color Harmonies of #C31A7D
Complementary color
Monochromatic Colors of #C31A7D
Black with #C31A7D
Text Example
Text Example
White with #C31A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A7D; }
p { color: rgb(195,26,125); }
H1.HeaderClassName
{
color: #C31A7D;
}
.AnyTagClassName
{
color: #C31A7D;
}
</style>
background-color css
<style>
a { background-color: #C31A7D; }
a { background-color: rgb(195,26,125); }
div.DivClassName
{
background-color: #C31A7D;
}
.BgClassName
{
background-color: #C31A7D;
}
</style>
border-color css
<style>
span { border-color: #C31A7D; }
span { border-color: rgb(195,26,125); }
td.TdClassName
{
border-color: #C31A7D;
}
.TagClassName
{
border-color: #C31A7D;
}
</style>