Shades of Medium Violet Red #C3039F
Tints of Medium Violet Red #C3039F
RGB
CMYK
RGB Variations
Color information
#C3039F (or 0xC3039F) is known color: Medium Violet Red. HEX triplet: C3, 03 and 9F. RGB value is (195,3,159). Sum of RGB (Red+Green+Blue) = 195+3+159=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3039F is #3CFC60. Grayscale: #4D4D4D. Windows color (decimal): -3996769 or 10421187. OLE color: 10421187.
HSL color Cylindrical-coordinate representation of color #C3039F: hue angle of 311.25º 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 #C3039F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 159 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.24 |
| HSL | 311.25º | 0.97% | 0.39% | - |
| HSV(B) | 311.25º | 0.98% | 0.76% | - |
| XYZ | 28.8 | 14.17 | 34.02 | - |
| YUV | 78.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 159 | 0 | 0.98 | 0.18 | 0.24 | 311.25 | 0.97 | 0.39 |
| Hex | C3 | 3 | 9F | 0 | 62 | 12 | 18 | 137 | 61 | 27 |
| Octal | 303 | 3 | 237 | 0 | 142 | 22 | 30 | 467 | 141 | 47 |
| Binary | 11000011 | 11 | 10011111 | 0 | 1100010 | 10010 | 11000 | 100110111 | 1100001 | 100111 |
Color Harmonies of #C3039F
Complementary color
Monochromatic Colors of #C3039F
Black with #C3039F
Text Example
Text Example
White with #C3039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3039F; }
p { color: rgb(195,3,159); }
H1.HeaderClassName
{
color: #C3039F;
}
.AnyTagClassName
{
color: #C3039F;
}
</style>
background-color css
<style>
a { background-color: #C3039F; }
a { background-color: rgb(195,3,159); }
div.DivClassName
{
background-color: #C3039F;
}
.BgClassName
{
background-color: #C3039F;
}
</style>
border-color css
<style>
span { border-color: #C3039F; }
span { border-color: rgb(195,3,159); }
td.TdClassName
{
border-color: #C3039F;
}
.TagClassName
{
border-color: #C3039F;
}
</style>