Shades of Medium Violet Red #C31C7F
Tints of Medium Violet Red #C31C7F
RGB
CMYK
RGB Variations
Color information
#C31C7F (or 0xC31C7F) is known color: Medium Violet Red. HEX triplet: C3, 1C and 7F. RGB value is (195,28,127). Sum of RGB (Red+Green+Blue) = 195+28+127=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C7F is #3CE380. Grayscale: #585858. Windows color (decimal): -3990401 or 8330435. OLE color: 8330435.
HSL color Cylindrical-coordinate representation of color #C31C7F: hue angle of 324.43º 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 #C31C7F is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 127 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.24 |
| HSL | 324.43º | 0.75% | 0.44% | - |
| HSV(B) | 324.43º | 0.86% | 0.76% | - |
| XYZ | 26.75 | 13.96 | 21.36 | - |
| YUV | 89.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 127 | 0 | 0.86 | 0.35 | 0.24 | 324.43 | 0.75 | 0.44 |
| Hex | C3 | 1C | 7F | 0 | 56 | 23 | 18 | 144 | 4B | 2C |
| Octal | 303 | 34 | 177 | 0 | 126 | 43 | 30 | 504 | 113 | 54 |
| Binary | 11000011 | 11100 | 1111111 | 0 | 1010110 | 100011 | 11000 | 101000100 | 1001011 | 101100 |
Color Harmonies of #C31C7F
Complementary color
Monochromatic Colors of #C31C7F
Black with #C31C7F
Text Example
Text Example
White with #C31C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C7F; }
p { color: rgb(195,28,127); }
H1.HeaderClassName
{
color: #C31C7F;
}
.AnyTagClassName
{
color: #C31C7F;
}
</style>
background-color css
<style>
a { background-color: #C31C7F; }
a { background-color: rgb(195,28,127); }
div.DivClassName
{
background-color: #C31C7F;
}
.BgClassName
{
background-color: #C31C7F;
}
</style>
border-color css
<style>
span { border-color: #C31C7F; }
span { border-color: rgb(195,28,127); }
td.TdClassName
{
border-color: #C31C7F;
}
.TagClassName
{
border-color: #C31C7F;
}
</style>