Shades of Medium Violet Red #C8098E
Tints of Medium Violet Red #C8098E
RGB
CMYK
RGB Variations
Color information
#C8098E (or 0xC8098E) is known color: Medium Violet Red. HEX triplet: C8, 09 and 8E. RGB value is (200,9,142). Sum of RGB (Red+Green+Blue) = 200+9+142=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C8098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8098E is #37F671. Grayscale: #505050. Windows color (decimal): -3667570 or 9308616. OLE color: 9308616.
HSL color Cylindrical-coordinate representation of color #C8098E: hue angle of 318.22º 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 #C8098E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.22 |
| HSL | 318.22º | 0.91% | 0.41% | - |
| HSV(B) | 318.22º | 0.96% | 0.78% | - |
| XYZ | 28.8 | 14.43 | 26.86 | - |
| YUV | 81.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 142 | 0 | 0.96 | 0.29 | 0.22 | 318.22 | 0.91 | 0.41 |
| Hex | C8 | 9 | 8E | 0 | 60 | 1D | 16 | 13E | 5B | 29 |
| Octal | 310 | 11 | 216 | 0 | 140 | 35 | 26 | 476 | 133 | 51 |
| Binary | 11001000 | 1001 | 10001110 | 0 | 1100000 | 11101 | 10110 | 100111110 | 1011011 | 101001 |
Color Harmonies of #C8098E
Complementary color
Monochromatic Colors of #C8098E
Black with #C8098E
Text Example
Text Example
White with #C8098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8098E; }
p { color: rgb(200,9,142); }
H1.HeaderClassName
{
color: #C8098E;
}
.AnyTagClassName
{
color: #C8098E;
}
</style>
background-color css
<style>
a { background-color: #C8098E; }
a { background-color: rgb(200,9,142); }
div.DivClassName
{
background-color: #C8098E;
}
.BgClassName
{
background-color: #C8098E;
}
</style>
border-color css
<style>
span { border-color: #C8098E; }
span { border-color: rgb(200,9,142); }
td.TdClassName
{
border-color: #C8098E;
}
.TagClassName
{
border-color: #C8098E;
}
</style>