Shades of Medium Violet Red #C8079A
Tints of Medium Violet Red #C8079A
RGB
CMYK
RGB Variations
Color information
#C8079A (or 0xC8079A) is known color: Medium Violet Red. HEX triplet: C8, 07 and 9A. RGB value is (200,7,154). Sum of RGB (Red+Green+Blue) = 200+7+154=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8079A is #37F865. Grayscale: #515151. Windows color (decimal): -3668070 or 10094536. OLE color: 10094536.
HSL color Cylindrical-coordinate representation of color #C8079A: hue angle of 314.3º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8079A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.22 |
| HSL | 314.3º | 0.93% | 0.41% | - |
| HSV(B) | 314.3º | 0.97% | 0.78% | - |
| XYZ | 29.73 | 14.76 | 31.85 | - |
| YUV | 81.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 154 | 0 | 0.96 | 0.23 | 0.22 | 314.3 | 0.93 | 0.41 |
| Hex | C8 | 7 | 9A | 0 | 60 | 17 | 16 | 13A | 5D | 29 |
| Octal | 310 | 7 | 232 | 0 | 140 | 27 | 26 | 472 | 135 | 51 |
| Binary | 11001000 | 111 | 10011010 | 0 | 1100000 | 10111 | 10110 | 100111010 | 1011101 | 101001 |
Color Harmonies of #C8079A
Complementary color
Monochromatic Colors of #C8079A
Black with #C8079A
Text Example
Text Example
White with #C8079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8079A; }
p { color: rgb(200,7,154); }
H1.HeaderClassName
{
color: #C8079A;
}
.AnyTagClassName
{
color: #C8079A;
}
</style>
background-color css
<style>
a { background-color: #C8079A; }
a { background-color: rgb(200,7,154); }
div.DivClassName
{
background-color: #C8079A;
}
.BgClassName
{
background-color: #C8079A;
}
</style>
border-color css
<style>
span { border-color: #C8079A; }
span { border-color: rgb(200,7,154); }
td.TdClassName
{
border-color: #C8079A;
}
.TagClassName
{
border-color: #C8079A;
}
</style>