Shades of Medium Violet Red #C31DA7
Tints of Medium Violet Red #C31DA7
RGB
CMYK
RGB Variations
Color information
#C31DA7 (or 0xC31DA7) is known color: Medium Violet Red. HEX triplet: C3, 1D and A7. RGB value is (195,29,167). Sum of RGB (Red+Green+Blue) = 195+29+167=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31DA7 is #3CE258. Grayscale: #5D5D5D. Windows color (decimal): -3990105 or 10952131. OLE color: 10952131.
HSL color Cylindrical-coordinate representation of color #C31DA7: hue angle of 310.12º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31DA7 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 167 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.24 |
| HSL | 310.12º | 0.74% | 0.44% | - |
| HSV(B) | 310.12º | 0.85% | 0.76% | - |
| XYZ | 29.92 | 15.27 | 37.93 | - |
| YUV | 94.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 167 | 0 | 0.85 | 0.14 | 0.24 | 310.12 | 0.74 | 0.44 |
| Hex | C3 | 1D | A7 | 0 | 55 | E | 18 | 136 | 4A | 2C |
| Octal | 303 | 35 | 247 | 0 | 125 | 16 | 30 | 466 | 112 | 54 |
| Binary | 11000011 | 11101 | 10100111 | 0 | 1010101 | 1110 | 11000 | 100110110 | 1001010 | 101100 |
Color Harmonies of #C31DA7
Complementary color
Monochromatic Colors of #C31DA7
Black with #C31DA7
Text Example
Text Example
White with #C31DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DA7; }
p { color: rgb(195,29,167); }
H1.HeaderClassName
{
color: #C31DA7;
}
.AnyTagClassName
{
color: #C31DA7;
}
</style>
background-color css
<style>
a { background-color: #C31DA7; }
a { background-color: rgb(195,29,167); }
div.DivClassName
{
background-color: #C31DA7;
}
.BgClassName
{
background-color: #C31DA7;
}
</style>
border-color css
<style>
span { border-color: #C31DA7; }
span { border-color: rgb(195,29,167); }
td.TdClassName
{
border-color: #C31DA7;
}
.TagClassName
{
border-color: #C31DA7;
}
</style>