Shades of Medium Violet Red #C31C7A
Tints of Medium Violet Red #C31C7A
RGB
CMYK
RGB Variations
Color information
#C31C7A (or 0xC31C7A) is known color: Medium Violet Red. HEX triplet: C3, 1C and 7A. RGB value is (195,28,122). Sum of RGB (Red+Green+Blue) = 195+28+122=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C7A is #3CE385. Grayscale: #585858. Windows color (decimal): -3990406 or 8002755. OLE color: 8002755.
HSL color Cylindrical-coordinate representation of color #C31C7A: hue angle of 326.23º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C7A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 122 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.24 |
| HSL | 326.23º | 0.75% | 0.44% | - |
| HSV(B) | 326.23º | 0.86% | 0.76% | - |
| XYZ | 26.43 | 13.84 | 19.69 | - |
| YUV | 88.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 122 | 0 | 0.86 | 0.37 | 0.24 | 326.23 | 0.75 | 0.44 |
| Hex | C3 | 1C | 7A | 0 | 56 | 25 | 18 | 146 | 4B | 2C |
| Octal | 303 | 34 | 172 | 0 | 126 | 45 | 30 | 506 | 113 | 54 |
| Binary | 11000011 | 11100 | 1111010 | 0 | 1010110 | 100101 | 11000 | 101000110 | 1001011 | 101100 |
Color Harmonies of #C31C7A
Complementary color
Monochromatic Colors of #C31C7A
Black with #C31C7A
Text Example
Text Example
White with #C31C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C7A; }
p { color: rgb(195,28,122); }
H1.HeaderClassName
{
color: #C31C7A;
}
.AnyTagClassName
{
color: #C31C7A;
}
</style>
background-color css
<style>
a { background-color: #C31C7A; }
a { background-color: rgb(195,28,122); }
div.DivClassName
{
background-color: #C31C7A;
}
.BgClassName
{
background-color: #C31C7A;
}
</style>
border-color css
<style>
span { border-color: #C31C7A; }
span { border-color: rgb(195,28,122); }
td.TdClassName
{
border-color: #C31C7A;
}
.TagClassName
{
border-color: #C31C7A;
}
</style>