Shades of Medium Violet Red #C3136C
Tints of Medium Violet Red #C3136C
RGB
CMYK
RGB Variations
Color information
#C3136C (or 0xC3136C) is known color: Medium Violet Red. HEX triplet: C3, 13 and 6C. RGB value is (195,19,108). Sum of RGB (Red+Green+Blue) = 195+19+108=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3136C is #3CEC93. Grayscale: #515151. Windows color (decimal): -3992724 or 7082947. OLE color: 7082947.
HSL color Cylindrical-coordinate representation of color #C3136C: hue angle of 329.66º 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 #C3136C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 108 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.24 |
| HSL | 329.66º | 0.82% | 0.42% | - |
| HSV(B) | 329.66º | 0.9% | 0.76% | - |
| XYZ | 25.45 | 13.15 | 15.38 | - |
| YUV | 81.77 | 142.81 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 108 | 0 | 0.90 | 0.45 | 0.24 | 329.66 | 0.82 | 0.42 |
| Hex | C3 | 13 | 6C | 0 | 5A | 2D | 18 | 14A | 52 | 2A |
| Octal | 303 | 23 | 154 | 0 | 132 | 55 | 30 | 512 | 122 | 52 |
| Binary | 11000011 | 10011 | 1101100 | 0 | 1011010 | 101101 | 11000 | 101001010 | 1010010 | 101010 |
Color Harmonies of #C3136C
Complementary color
Monochromatic Colors of #C3136C
Black with #C3136C
Text Example
Text Example
White with #C3136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3136C; }
p { color: rgb(195,19,108); }
H1.HeaderClassName
{
color: #C3136C;
}
.AnyTagClassName
{
color: #C3136C;
}
</style>
background-color css
<style>
a { background-color: #C3136C; }
a { background-color: rgb(195,19,108); }
div.DivClassName
{
background-color: #C3136C;
}
.BgClassName
{
background-color: #C3136C;
}
</style>
border-color css
<style>
span { border-color: #C3136C; }
span { border-color: rgb(195,19,108); }
td.TdClassName
{
border-color: #C3136C;
}
.TagClassName
{
border-color: #C3136C;
}
</style>