Shades of Medium Violet Red #C3039B
Tints of Medium Violet Red #C3039B
RGB
CMYK
RGB Variations
Color information
#C3039B (or 0xC3039B) is known color: Medium Violet Red. HEX triplet: C3, 03 and 9B. RGB value is (195,3,155). Sum of RGB (Red+Green+Blue) = 195+3+155=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3039B is #3CFC64. Grayscale: #4D4D4D. Windows color (decimal): -3996773 or 10159043. OLE color: 10159043.
HSL color Cylindrical-coordinate representation of color #C3039B: hue angle of 312.5º 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 #C3039B is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.24 |
| HSL | 312.5º | 0.97% | 0.39% | - |
| HSV(B) | 312.5º | 0.98% | 0.76% | - |
| XYZ | 28.45 | 14.03 | 32.22 | - |
| YUV | 77.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 155 | 0 | 0.98 | 0.21 | 0.24 | 312.5 | 0.97 | 0.39 |
| Hex | C3 | 3 | 9B | 0 | 62 | 15 | 18 | 138 | 61 | 27 |
| Octal | 303 | 3 | 233 | 0 | 142 | 25 | 30 | 470 | 141 | 47 |
| Binary | 11000011 | 11 | 10011011 | 0 | 1100010 | 10101 | 11000 | 100111000 | 1100001 | 100111 |
Color Harmonies of #C3039B
Complementary color
Monochromatic Colors of #C3039B
Black with #C3039B
Text Example
Text Example
White with #C3039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3039B; }
p { color: rgb(195,3,155); }
H1.HeaderClassName
{
color: #C3039B;
}
.AnyTagClassName
{
color: #C3039B;
}
</style>
background-color css
<style>
a { background-color: #C3039B; }
a { background-color: rgb(195,3,155); }
div.DivClassName
{
background-color: #C3039B;
}
.BgClassName
{
background-color: #C3039B;
}
</style>
border-color css
<style>
span { border-color: #C3039B; }
span { border-color: rgb(195,3,155); }
td.TdClassName
{
border-color: #C3039B;
}
.TagClassName
{
border-color: #C3039B;
}
</style>