Shades of Medium Violet Red #C3136E
Tints of Medium Violet Red #C3136E
RGB
CMYK
RGB Variations
Color information
#C3136E (or 0xC3136E) is known color: Medium Violet Red. HEX triplet: C3, 13 and 6E. RGB value is (195,19,110). Sum of RGB (Red+Green+Blue) = 195+19+110=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3136E is #3CEC91. Grayscale: #515151. Windows color (decimal): -3992722 or 7214019. OLE color: 7214019.
HSL color Cylindrical-coordinate representation of color #C3136E: hue angle of 328.98º 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 #C3136E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 110 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.24 |
| HSL | 328.98º | 0.82% | 0.42% | - |
| HSV(B) | 328.98º | 0.9% | 0.76% | - |
| XYZ | 25.55 | 13.19 | 15.95 | - |
| YUV | 82 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 110 | 0 | 0.90 | 0.44 | 0.24 | 328.98 | 0.82 | 0.42 |
| Hex | C3 | 13 | 6E | 0 | 5A | 2C | 18 | 149 | 52 | 2A |
| Octal | 303 | 23 | 156 | 0 | 132 | 54 | 30 | 511 | 122 | 52 |
| Binary | 11000011 | 10011 | 1101110 | 0 | 1011010 | 101100 | 11000 | 101001001 | 1010010 | 101010 |
Color Harmonies of #C3136E
Complementary color
Monochromatic Colors of #C3136E
Black with #C3136E
Text Example
Text Example
White with #C3136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3136E; }
p { color: rgb(195,19,110); }
H1.HeaderClassName
{
color: #C3136E;
}
.AnyTagClassName
{
color: #C3136E;
}
</style>
background-color css
<style>
a { background-color: #C3136E; }
a { background-color: rgb(195,19,110); }
div.DivClassName
{
background-color: #C3136E;
}
.BgClassName
{
background-color: #C3136E;
}
</style>
border-color css
<style>
span { border-color: #C3136E; }
span { border-color: rgb(195,19,110); }
td.TdClassName
{
border-color: #C3136E;
}
.TagClassName
{
border-color: #C3136E;
}
</style>