Shades of Medium Violet Red #C0047B
Tints of Medium Violet Red #C0047B
RGB
CMYK
RGB Variations
Color information
#C0047B (or 0xC0047B) is known color: Medium Violet Red. HEX triplet: C0, 04 and 7B. RGB value is (192,4,123). Sum of RGB (Red+Green+Blue) = 192+4+123=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0047B is #3FFB84. Grayscale: #494949. Windows color (decimal): -4193157 or 8062144. OLE color: 8062144.
HSL color Cylindrical-coordinate representation of color #C0047B: hue angle of 322.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0047B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.25 |
| HSL | 322.02º | 0.96% | 0.38% | - |
| HSV(B) | 322.02º | 0.98% | 0.75% | - |
| XYZ | 25.36 | 12.72 | 19.86 | - |
| YUV | 73.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 123 | 0 | 0.98 | 0.36 | 0.25 | 322.02 | 0.96 | 0.38 |
| Hex | C0 | 4 | 7B | 0 | 62 | 24 | 19 | 142 | 60 | 26 |
| Octal | 300 | 4 | 173 | 0 | 142 | 44 | 31 | 502 | 140 | 46 |
| Binary | 11000000 | 100 | 1111011 | 0 | 1100010 | 100100 | 11001 | 101000010 | 1100000 | 100110 |
Color Harmonies of #C0047B
Complementary color
Monochromatic Colors of #C0047B
Black with #C0047B
Text Example
Text Example
White with #C0047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0047B; }
p { color: rgb(192,4,123); }
H1.HeaderClassName
{
color: #C0047B;
}
.AnyTagClassName
{
color: #C0047B;
}
</style>
background-color css
<style>
a { background-color: #C0047B; }
a { background-color: rgb(192,4,123); }
div.DivClassName
{
background-color: #C0047B;
}
.BgClassName
{
background-color: #C0047B;
}
</style>
border-color css
<style>
span { border-color: #C0047B; }
span { border-color: rgb(192,4,123); }
td.TdClassName
{
border-color: #C0047B;
}
.TagClassName
{
border-color: #C0047B;
}
</style>