Shades of Medium Violet Red #C7047B
Tints of Medium Violet Red #C7047B
RGB
CMYK
RGB Variations
Color information
#C7047B (or 0xC7047B) is known color: Medium Violet Red. HEX triplet: C7, 04 and 7B. RGB value is (199,4,123). Sum of RGB (Red+Green+Blue) = 199+4+123=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7047B is #38FB84. Grayscale: #4B4B4B. Windows color (decimal): -3734405 or 8062151. OLE color: 8062151.
HSL color Cylindrical-coordinate representation of color #C7047B: hue angle of 323.38º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7047B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.22 |
| HSL | 323.38º | 0.96% | 0.4% | - |
| HSV(B) | 323.38º | 0.98% | 0.78% | - |
| XYZ | 27.17 | 13.66 | 19.94 | - |
| YUV | 75.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 123 | 0 | 0.98 | 0.38 | 0.22 | 323.38 | 0.96 | 0.4 |
| Hex | C7 | 4 | 7B | 0 | 62 | 26 | 16 | 143 | 60 | 28 |
| Octal | 307 | 4 | 173 | 0 | 142 | 46 | 26 | 503 | 140 | 50 |
| Binary | 11000111 | 100 | 1111011 | 0 | 1100010 | 100110 | 10110 | 101000011 | 1100000 | 101000 |
Color Harmonies of #C7047B
Complementary color
Monochromatic Colors of #C7047B
Black with #C7047B
Text Example
Text Example
White with #C7047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7047B; }
p { color: rgb(199,4,123); }
H1.HeaderClassName
{
color: #C7047B;
}
.AnyTagClassName
{
color: #C7047B;
}
</style>
background-color css
<style>
a { background-color: #C7047B; }
a { background-color: rgb(199,4,123); }
div.DivClassName
{
background-color: #C7047B;
}
.BgClassName
{
background-color: #C7047B;
}
</style>
border-color css
<style>
span { border-color: #C7047B; }
span { border-color: rgb(199,4,123); }
td.TdClassName
{
border-color: #C7047B;
}
.TagClassName
{
border-color: #C7047B;
}
</style>