Shades of Medium Violet Red #C8099A
Tints of Medium Violet Red #C8099A
RGB
CMYK
RGB Variations
Color information
#C8099A (or 0xC8099A) is known color: Medium Violet Red. HEX triplet: C8, 09 and 9A. RGB value is (200,9,154). Sum of RGB (Red+Green+Blue) = 200+9+154=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8099A is #37F665. Grayscale: #525252. Windows color (decimal): -3667558 or 10095048. OLE color: 10095048.
HSL color Cylindrical-coordinate representation of color #C8099A: hue angle of 314.45º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8099A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.22 |
| HSL | 314.45º | 0.91% | 0.41% | - |
| HSV(B) | 314.45º | 0.96% | 0.78% | - |
| XYZ | 29.75 | 14.81 | 31.86 | - |
| YUV | 82.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 154 | 0 | 0.96 | 0.23 | 0.22 | 314.45 | 0.91 | 0.41 |
| Hex | C8 | 9 | 9A | 0 | 60 | 17 | 16 | 13A | 5B | 29 |
| Octal | 310 | 11 | 232 | 0 | 140 | 27 | 26 | 472 | 133 | 51 |
| Binary | 11001000 | 1001 | 10011010 | 0 | 1100000 | 10111 | 10110 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C8099A
Complementary color
Monochromatic Colors of #C8099A
Black with #C8099A
Text Example
Text Example
White with #C8099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8099A; }
p { color: rgb(200,9,154); }
H1.HeaderClassName
{
color: #C8099A;
}
.AnyTagClassName
{
color: #C8099A;
}
</style>
background-color css
<style>
a { background-color: #C8099A; }
a { background-color: rgb(200,9,154); }
div.DivClassName
{
background-color: #C8099A;
}
.BgClassName
{
background-color: #C8099A;
}
</style>
border-color css
<style>
span { border-color: #C8099A; }
span { border-color: rgb(200,9,154); }
td.TdClassName
{
border-color: #C8099A;
}
.TagClassName
{
border-color: #C8099A;
}
</style>