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