Shades of Medium Violet Red #C3139C
Tints of Medium Violet Red #C3139C
RGB
CMYK
RGB Variations
Color information
#C3139C (or 0xC3139C) is known color: Medium Violet Red. HEX triplet: C3, 13 and 9C. RGB value is (195,19,156). Sum of RGB (Red+Green+Blue) = 195+19+156=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3139C is #3CEC63. Grayscale: #565656. Windows color (decimal): -3992676 or 10228675. OLE color: 10228675.
HSL color Cylindrical-coordinate representation of color #C3139C: hue angle of 313.3º 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 #C3139C is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 156 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.24 |
| HSL | 313.3º | 0.82% | 0.42% | - |
| HSV(B) | 313.3º | 0.9% | 0.76% | - |
| XYZ | 28.74 | 14.47 | 32.73 | - |
| YUV | 87.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 156 | 0 | 0.90 | 0.20 | 0.24 | 313.3 | 0.82 | 0.42 |
| Hex | C3 | 13 | 9C | 0 | 5A | 14 | 18 | 139 | 52 | 2A |
| Octal | 303 | 23 | 234 | 0 | 132 | 24 | 30 | 471 | 122 | 52 |
| Binary | 11000011 | 10011 | 10011100 | 0 | 1011010 | 10100 | 11000 | 100111001 | 1010010 | 101010 |
Color Harmonies of #C3139C
Complementary color
Monochromatic Colors of #C3139C
Black with #C3139C
Text Example
Text Example
White with #C3139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3139C; }
p { color: rgb(195,19,156); }
H1.HeaderClassName
{
color: #C3139C;
}
.AnyTagClassName
{
color: #C3139C;
}
</style>
background-color css
<style>
a { background-color: #C3139C; }
a { background-color: rgb(195,19,156); }
div.DivClassName
{
background-color: #C3139C;
}
.BgClassName
{
background-color: #C3139C;
}
</style>
border-color css
<style>
span { border-color: #C3139C; }
span { border-color: rgb(195,19,156); }
td.TdClassName
{
border-color: #C3139C;
}
.TagClassName
{
border-color: #C3139C;
}
</style>