Shades of Medium Violet Red #C3039A
Tints of Medium Violet Red #C3039A
RGB
CMYK
RGB Variations
Color information
#C3039A (or 0xC3039A) is known color: Medium Violet Red. HEX triplet: C3, 03 and 9A. RGB value is (195,3,154). Sum of RGB (Red+Green+Blue) = 195+3+154=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3039A is #3CFC65. Grayscale: #4D4D4D. Windows color (decimal): -3996774 or 10093507. OLE color: 10093507.
HSL color Cylindrical-coordinate representation of color #C3039A: hue angle of 312.81º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3039A is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.24 |
| HSL | 312.81º | 0.97% | 0.39% | - |
| HSV(B) | 312.81º | 0.98% | 0.76% | - |
| XYZ | 28.37 | 14 | 31.78 | - |
| YUV | 77.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 154 | 0 | 0.98 | 0.21 | 0.24 | 312.81 | 0.97 | 0.39 |
| Hex | C3 | 3 | 9A | 0 | 62 | 15 | 18 | 139 | 61 | 27 |
| Octal | 303 | 3 | 232 | 0 | 142 | 25 | 30 | 471 | 141 | 47 |
| Binary | 11000011 | 11 | 10011010 | 0 | 1100010 | 10101 | 11000 | 100111001 | 1100001 | 100111 |
Color Harmonies of #C3039A
Complementary color
Monochromatic Colors of #C3039A
Black with #C3039A
Text Example
Text Example
White with #C3039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3039A; }
p { color: rgb(195,3,154); }
H1.HeaderClassName
{
color: #C3039A;
}
.AnyTagClassName
{
color: #C3039A;
}
</style>
background-color css
<style>
a { background-color: #C3039A; }
a { background-color: rgb(195,3,154); }
div.DivClassName
{
background-color: #C3039A;
}
.BgClassName
{
background-color: #C3039A;
}
</style>
border-color css
<style>
span { border-color: #C3039A; }
span { border-color: rgb(195,3,154); }
td.TdClassName
{
border-color: #C3039A;
}
.TagClassName
{
border-color: #C3039A;
}
</style>