Shades of Medium Violet Red #C4047B
Tints of Medium Violet Red #C4047B
RGB
CMYK
RGB Variations
Color information
#C4047B (or 0xC4047B) is known color: Medium Violet Red. HEX triplet: C4, 04 and 7B. RGB value is (196,4,123). Sum of RGB (Red+Green+Blue) = 196+4+123=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4047B is #3BFB84. Grayscale: #4A4A4A. Windows color (decimal): -3931013 or 8062148. OLE color: 8062148.
HSL color Cylindrical-coordinate representation of color #C4047B: hue angle of 322.81º degrees, saturation: 0.96, 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 #C4047B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.23 |
| HSL | 322.81º | 0.96% | 0.39% | - |
| HSV(B) | 322.81º | 0.98% | 0.77% | - |
| XYZ | 26.38 | 13.25 | 19.91 | - |
| YUV | 74.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 123 | 0 | 0.98 | 0.37 | 0.23 | 322.81 | 0.96 | 0.39 |
| Hex | C4 | 4 | 7B | 0 | 62 | 25 | 17 | 143 | 60 | 27 |
| Octal | 304 | 4 | 173 | 0 | 142 | 45 | 27 | 503 | 140 | 47 |
| Binary | 11000100 | 100 | 1111011 | 0 | 1100010 | 100101 | 10111 | 101000011 | 1100000 | 100111 |
Color Harmonies of #C4047B
Complementary color
Monochromatic Colors of #C4047B
Black with #C4047B
Text Example
Text Example
White with #C4047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4047B; }
p { color: rgb(196,4,123); }
H1.HeaderClassName
{
color: #C4047B;
}
.AnyTagClassName
{
color: #C4047B;
}
</style>
background-color css
<style>
a { background-color: #C4047B; }
a { background-color: rgb(196,4,123); }
div.DivClassName
{
background-color: #C4047B;
}
.BgClassName
{
background-color: #C4047B;
}
</style>
border-color css
<style>
span { border-color: #C4047B; }
span { border-color: rgb(196,4,123); }
td.TdClassName
{
border-color: #C4047B;
}
.TagClassName
{
border-color: #C4047B;
}
</style>