Shades of Medium Violet Red #C4039A
Tints of Medium Violet Red #C4039A
RGB
CMYK
RGB Variations
Color information
#C4039A (or 0xC4039A) is known color: Medium Violet Red. HEX triplet: C4, 03 and 9A. RGB value is (196,3,154). Sum of RGB (Red+Green+Blue) = 196+3+154=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4039A is #3BFC65. Grayscale: #4D4D4D. Windows color (decimal): -3931238 or 10093508. OLE color: 10093508.
HSL color Cylindrical-coordinate representation of color #C4039A: hue angle of 313.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4039A is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.23 |
| HSL | 313.06º | 0.97% | 0.39% | - |
| HSV(B) | 313.06º | 0.98% | 0.77% | - |
| XYZ | 28.63 | 14.13 | 31.79 | - |
| YUV | 77.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 154 | 0 | 0.98 | 0.21 | 0.23 | 313.06 | 0.97 | 0.39 |
| Hex | C4 | 3 | 9A | 0 | 62 | 15 | 17 | 139 | 61 | 27 |
| Octal | 304 | 3 | 232 | 0 | 142 | 25 | 27 | 471 | 141 | 47 |
| Binary | 11000100 | 11 | 10011010 | 0 | 1100010 | 10101 | 10111 | 100111001 | 1100001 | 100111 |
Color Harmonies of #C4039A
Complementary color
Monochromatic Colors of #C4039A
Black with #C4039A
Text Example
Text Example
White with #C4039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4039A; }
p { color: rgb(196,3,154); }
H1.HeaderClassName
{
color: #C4039A;
}
.AnyTagClassName
{
color: #C4039A;
}
</style>
background-color css
<style>
a { background-color: #C4039A; }
a { background-color: rgb(196,3,154); }
div.DivClassName
{
background-color: #C4039A;
}
.BgClassName
{
background-color: #C4039A;
}
</style>
border-color css
<style>
span { border-color: #C4039A; }
span { border-color: rgb(196,3,154); }
td.TdClassName
{
border-color: #C4039A;
}
.TagClassName
{
border-color: #C4039A;
}
</style>