Shades of Medium Violet Red #C3136A
Tints of Medium Violet Red #C3136A
RGB
CMYK
RGB Variations
Color information
#C3136A (or 0xC3136A) is known color: Medium Violet Red. HEX triplet: C3, 13 and 6A. RGB value is (195,19,106). Sum of RGB (Red+Green+Blue) = 195+19+106=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3136A is #3CEC95. Grayscale: #515151. Windows color (decimal): -3992726 or 6951875. OLE color: 6951875.
HSL color Cylindrical-coordinate representation of color #C3136A: hue angle of 330.34º 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 #C3136A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.24 |
| HSL | 330.34º | 0.82% | 0.42% | - |
| HSV(B) | 330.34º | 0.9% | 0.76% | - |
| XYZ | 25.34 | 13.11 | 14.83 | - |
| YUV | 81.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 106 | 0 | 0.90 | 0.46 | 0.24 | 330.34 | 0.82 | 0.42 |
| Hex | C3 | 13 | 6A | 0 | 5A | 2E | 18 | 14A | 52 | 2A |
| Octal | 303 | 23 | 152 | 0 | 132 | 56 | 30 | 512 | 122 | 52 |
| Binary | 11000011 | 10011 | 1101010 | 0 | 1011010 | 101110 | 11000 | 101001010 | 1010010 | 101010 |
Color Harmonies of #C3136A
Complementary color
Monochromatic Colors of #C3136A
Black with #C3136A
Text Example
Text Example
White with #C3136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3136A; }
p { color: rgb(195,19,106); }
H1.HeaderClassName
{
color: #C3136A;
}
.AnyTagClassName
{
color: #C3136A;
}
</style>
background-color css
<style>
a { background-color: #C3136A; }
a { background-color: rgb(195,19,106); }
div.DivClassName
{
background-color: #C3136A;
}
.BgClassName
{
background-color: #C3136A;
}
</style>
border-color css
<style>
span { border-color: #C3136A; }
span { border-color: rgb(195,19,106); }
td.TdClassName
{
border-color: #C3136A;
}
.TagClassName
{
border-color: #C3136A;
}
</style>