Shades of Medium Violet Red #C7089A
Tints of Medium Violet Red #C7089A
RGB
CMYK
RGB Variations
Color information
#C7089A (or 0xC7089A) is known color: Medium Violet Red. HEX triplet: C7, 08 and 9A. RGB value is (199,8,154). Sum of RGB (Red+Green+Blue) = 199+8+154=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7089A is #38F765. Grayscale: #515151. Windows color (decimal): -3733350 or 10094791. OLE color: 10094791.
HSL color Cylindrical-coordinate representation of color #C7089A: hue angle of 314.14º degrees, saturation: 0.92, 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 #C7089A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.22 |
| HSL | 314.14º | 0.92% | 0.41% | - |
| HSV(B) | 314.14º | 0.96% | 0.78% | - |
| XYZ | 29.47 | 14.65 | 31.85 | - |
| YUV | 81.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 154 | 0 | 0.96 | 0.23 | 0.22 | 314.14 | 0.92 | 0.41 |
| Hex | C7 | 8 | 9A | 0 | 60 | 17 | 16 | 13A | 5C | 29 |
| Octal | 307 | 10 | 232 | 0 | 140 | 27 | 26 | 472 | 134 | 51 |
| Binary | 11000111 | 1000 | 10011010 | 0 | 1100000 | 10111 | 10110 | 100111010 | 1011100 | 101001 |
Color Harmonies of #C7089A
Complementary color
Monochromatic Colors of #C7089A
Black with #C7089A
Text Example
Text Example
White with #C7089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7089A; }
p { color: rgb(199,8,154); }
H1.HeaderClassName
{
color: #C7089A;
}
.AnyTagClassName
{
color: #C7089A;
}
</style>
background-color css
<style>
a { background-color: #C7089A; }
a { background-color: rgb(199,8,154); }
div.DivClassName
{
background-color: #C7089A;
}
.BgClassName
{
background-color: #C7089A;
}
</style>
border-color css
<style>
span { border-color: #C7089A; }
span { border-color: rgb(199,8,154); }
td.TdClassName
{
border-color: #C7089A;
}
.TagClassName
{
border-color: #C7089A;
}
</style>