Shades of Medium Violet Red #C31C7D
Tints of Medium Violet Red #C31C7D
RGB
CMYK
RGB Variations
Color information
#C31C7D (or 0xC31C7D) is known color: Medium Violet Red. HEX triplet: C3, 1C and 7D. RGB value is (195,28,125). Sum of RGB (Red+Green+Blue) = 195+28+125=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C7D is #3CE382. Grayscale: #585858. Windows color (decimal): -3990403 or 8199363. OLE color: 8199363.
HSL color Cylindrical-coordinate representation of color #C31C7D: hue angle of 325.15º 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 #C31C7D is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 125 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.24 |
| HSL | 325.15º | 0.75% | 0.44% | - |
| HSV(B) | 325.15º | 0.86% | 0.76% | - |
| XYZ | 26.62 | 13.91 | 20.68 | - |
| YUV | 88.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 125 | 0 | 0.86 | 0.36 | 0.24 | 325.15 | 0.75 | 0.44 |
| Hex | C3 | 1C | 7D | 0 | 56 | 24 | 18 | 145 | 4B | 2C |
| Octal | 303 | 34 | 175 | 0 | 126 | 44 | 30 | 505 | 113 | 54 |
| Binary | 11000011 | 11100 | 1111101 | 0 | 1010110 | 100100 | 11000 | 101000101 | 1001011 | 101100 |
Color Harmonies of #C31C7D
Complementary color
Monochromatic Colors of #C31C7D
Black with #C31C7D
Text Example
Text Example
White with #C31C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C7D; }
p { color: rgb(195,28,125); }
H1.HeaderClassName
{
color: #C31C7D;
}
.AnyTagClassName
{
color: #C31C7D;
}
</style>
background-color css
<style>
a { background-color: #C31C7D; }
a { background-color: rgb(195,28,125); }
div.DivClassName
{
background-color: #C31C7D;
}
.BgClassName
{
background-color: #C31C7D;
}
</style>
border-color css
<style>
span { border-color: #C31C7D; }
span { border-color: rgb(195,28,125); }
td.TdClassName
{
border-color: #C31C7D;
}
.TagClassName
{
border-color: #C31C7D;
}
</style>