Shades of Medium Violet Red #C3139A
Tints of Medium Violet Red #C3139A
RGB
CMYK
RGB Variations
Color information
#C3139A (or 0xC3139A) is known color: Medium Violet Red. HEX triplet: C3, 13 and 9A. RGB value is (195,19,154). Sum of RGB (Red+Green+Blue) = 195+19+154=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3139A is #3CEC65. Grayscale: #565656. Windows color (decimal): -3992678 or 10097603. OLE color: 10097603.
HSL color Cylindrical-coordinate representation of color #C3139A: hue angle of 313.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 #C3139A is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.24 |
| HSL | 313.98º | 0.82% | 0.42% | - |
| HSV(B) | 313.98º | 0.9% | 0.76% | - |
| XYZ | 28.57 | 14.4 | 31.85 | - |
| YUV | 87.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 154 | 0 | 0.90 | 0.21 | 0.24 | 313.98 | 0.82 | 0.42 |
| Hex | C3 | 13 | 9A | 0 | 5A | 15 | 18 | 13A | 52 | 2A |
| Octal | 303 | 23 | 232 | 0 | 132 | 25 | 30 | 472 | 122 | 52 |
| Binary | 11000011 | 10011 | 10011010 | 0 | 1011010 | 10101 | 11000 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C3139A
Complementary color
Monochromatic Colors of #C3139A
Black with #C3139A
Text Example
Text Example
White with #C3139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3139A; }
p { color: rgb(195,19,154); }
H1.HeaderClassName
{
color: #C3139A;
}
.AnyTagClassName
{
color: #C3139A;
}
</style>
background-color css
<style>
a { background-color: #C3139A; }
a { background-color: rgb(195,19,154); }
div.DivClassName
{
background-color: #C3139A;
}
.BgClassName
{
background-color: #C3139A;
}
</style>
border-color css
<style>
span { border-color: #C3139A; }
span { border-color: rgb(195,19,154); }
td.TdClassName
{
border-color: #C3139A;
}
.TagClassName
{
border-color: #C3139A;
}
</style>