Shades of Medium Violet Red #C3139B
Tints of Medium Violet Red #C3139B
RGB
CMYK
RGB Variations
Color information
#C3139B (or 0xC3139B) is known color: Medium Violet Red. HEX triplet: C3, 13 and 9B. RGB value is (195,19,155). Sum of RGB (Red+Green+Blue) = 195+19+155=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3139B is #3CEC64. Grayscale: #565656. Windows color (decimal): -3992677 or 10163139. OLE color: 10163139.
HSL color Cylindrical-coordinate representation of color #C3139B: hue angle of 313.64º 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 #C3139B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.24 |
| HSL | 313.64º | 0.82% | 0.42% | - |
| HSV(B) | 313.64º | 0.9% | 0.76% | - |
| XYZ | 28.65 | 14.43 | 32.29 | - |
| YUV | 87.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 155 | 0 | 0.90 | 0.21 | 0.24 | 313.64 | 0.82 | 0.42 |
| Hex | C3 | 13 | 9B | 0 | 5A | 15 | 18 | 13A | 52 | 2A |
| Octal | 303 | 23 | 233 | 0 | 132 | 25 | 30 | 472 | 122 | 52 |
| Binary | 11000011 | 10011 | 10011011 | 0 | 1011010 | 10101 | 11000 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C3139B
Complementary color
Monochromatic Colors of #C3139B
Black with #C3139B
Text Example
Text Example
White with #C3139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3139B; }
p { color: rgb(195,19,155); }
H1.HeaderClassName
{
color: #C3139B;
}
.AnyTagClassName
{
color: #C3139B;
}
</style>
background-color css
<style>
a { background-color: #C3139B; }
a { background-color: rgb(195,19,155); }
div.DivClassName
{
background-color: #C3139B;
}
.BgClassName
{
background-color: #C3139B;
}
</style>
border-color css
<style>
span { border-color: #C3139B; }
span { border-color: rgb(195,19,155); }
td.TdClassName
{
border-color: #C3139B;
}
.TagClassName
{
border-color: #C3139B;
}
</style>