Shades of Medium Violet Red #C4079A
Tints of Medium Violet Red #C4079A
RGB
CMYK
RGB Variations
Color information
#C4079A (or 0xC4079A) is known color: Medium Violet Red. HEX triplet: C4, 07 and 9A. RGB value is (196,7,154). Sum of RGB (Red+Green+Blue) = 196+7+154=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4079A is #3BF865. Grayscale: #4F4F4F. Windows color (decimal): -3930214 or 10094532. OLE color: 10094532.
HSL color Cylindrical-coordinate representation of color #C4079A: hue angle of 313.33º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4079A is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.23 |
| HSL | 313.33º | 0.93% | 0.4% | - |
| HSV(B) | 313.33º | 0.96% | 0.77% | - |
| XYZ | 28.67 | 14.22 | 31.81 | - |
| YUV | 80.27 | 169.62 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 154 | 0 | 0.96 | 0.21 | 0.23 | 313.33 | 0.93 | 0.4 |
| Hex | C4 | 7 | 9A | 0 | 60 | 15 | 17 | 139 | 5D | 28 |
| Octal | 304 | 7 | 232 | 0 | 140 | 25 | 27 | 471 | 135 | 50 |
| Binary | 11000100 | 111 | 10011010 | 0 | 1100000 | 10101 | 10111 | 100111001 | 1011101 | 101000 |
Color Harmonies of #C4079A
Complementary color
Monochromatic Colors of #C4079A
Black with #C4079A
Text Example
Text Example
White with #C4079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4079A; }
p { color: rgb(196,7,154); }
H1.HeaderClassName
{
color: #C4079A;
}
.AnyTagClassName
{
color: #C4079A;
}
</style>
background-color css
<style>
a { background-color: #C4079A; }
a { background-color: rgb(196,7,154); }
div.DivClassName
{
background-color: #C4079A;
}
.BgClassName
{
background-color: #C4079A;
}
</style>
border-color css
<style>
span { border-color: #C4079A; }
span { border-color: rgb(196,7,154); }
td.TdClassName
{
border-color: #C4079A;
}
.TagClassName
{
border-color: #C4079A;
}
</style>