Shades of Medium Violet Red #C3137D
Tints of Medium Violet Red #C3137D
RGB
CMYK
RGB Variations
Color information
#C3137D (or 0xC3137D) is known color: Medium Violet Red. HEX triplet: C3, 13 and 7D. RGB value is (195,19,125). Sum of RGB (Red+Green+Blue) = 195+19+125=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3137D is #3CEC82. Grayscale: #535353. Windows color (decimal): -3992707 or 8197059. OLE color: 8197059.
HSL color Cylindrical-coordinate representation of color #C3137D: hue angle of 323.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3137D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.24 |
| HSL | 323.86º | 0.82% | 0.42% | - |
| HSV(B) | 323.86º | 0.9% | 0.76% | - |
| XYZ | 26.44 | 13.55 | 20.62 | - |
| YUV | 83.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 125 | 0 | 0.90 | 0.36 | 0.24 | 323.86 | 0.82 | 0.42 |
| Hex | C3 | 13 | 7D | 0 | 5A | 24 | 18 | 144 | 52 | 2A |
| Octal | 303 | 23 | 175 | 0 | 132 | 44 | 30 | 504 | 122 | 52 |
| Binary | 11000011 | 10011 | 1111101 | 0 | 1011010 | 100100 | 11000 | 101000100 | 1010010 | 101010 |
Color Harmonies of #C3137D
Complementary color
Monochromatic Colors of #C3137D
Black with #C3137D
Text Example
Text Example
White with #C3137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3137D; }
p { color: rgb(195,19,125); }
H1.HeaderClassName
{
color: #C3137D;
}
.AnyTagClassName
{
color: #C3137D;
}
</style>
background-color css
<style>
a { background-color: #C3137D; }
a { background-color: rgb(195,19,125); }
div.DivClassName
{
background-color: #C3137D;
}
.BgClassName
{
background-color: #C3137D;
}
</style>
border-color css
<style>
span { border-color: #C3137D; }
span { border-color: rgb(195,19,125); }
td.TdClassName
{
border-color: #C3137D;
}
.TagClassName
{
border-color: #C3137D;
}
</style>