Shades of Medium Violet Red #C4038A
Tints of Medium Violet Red #C4038A
RGB
CMYK
RGB Variations
Color information
#C4038A (or 0xC4038A) is known color: Medium Violet Red. HEX triplet: C4, 03 and 8A. RGB value is (196,3,138). Sum of RGB (Red+Green+Blue) = 196+3+138=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4038A is #3BFC75. Grayscale: #4B4B4B. Windows color (decimal): -3931254 or 9044932. OLE color: 9044932.
HSL color Cylindrical-coordinate representation of color #C4038A: hue angle of 318.03º 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 #C4038A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 138 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.23 |
| HSL | 318.03º | 0.97% | 0.39% | - |
| HSV(B) | 318.03º | 0.98% | 0.77% | - |
| XYZ | 27.38 | 13.64 | 25.23 | - |
| YUV | 76.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 138 | 0 | 0.98 | 0.30 | 0.23 | 318.03 | 0.97 | 0.39 |
| Hex | C4 | 3 | 8A | 0 | 62 | 1E | 17 | 13E | 61 | 27 |
| Octal | 304 | 3 | 212 | 0 | 142 | 36 | 27 | 476 | 141 | 47 |
| Binary | 11000100 | 11 | 10001010 | 0 | 1100010 | 11110 | 10111 | 100111110 | 1100001 | 100111 |
Color Harmonies of #C4038A
Complementary color
Monochromatic Colors of #C4038A
Black with #C4038A
Text Example
Text Example
White with #C4038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4038A; }
p { color: rgb(196,3,138); }
H1.HeaderClassName
{
color: #C4038A;
}
.AnyTagClassName
{
color: #C4038A;
}
</style>
background-color css
<style>
a { background-color: #C4038A; }
a { background-color: rgb(196,3,138); }
div.DivClassName
{
background-color: #C4038A;
}
.BgClassName
{
background-color: #C4038A;
}
</style>
border-color css
<style>
span { border-color: #C4038A; }
span { border-color: rgb(196,3,138); }
td.TdClassName
{
border-color: #C4038A;
}
.TagClassName
{
border-color: #C4038A;
}
</style>