Shades of Medium Violet Red #C8098D
Tints of Medium Violet Red #C8098D
RGB
CMYK
RGB Variations
Color information
#C8098D (or 0xC8098D) is known color: Medium Violet Red. HEX triplet: C8, 09 and 8D. RGB value is (200,9,141). Sum of RGB (Red+Green+Blue) = 200+9+141=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8098D is #37F672. Grayscale: #505050. Windows color (decimal): -3667571 or 9243080. OLE color: 9243080.
HSL color Cylindrical-coordinate representation of color #C8098D: hue angle of 318.53º 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 #C8098D is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.22 |
| HSL | 318.53º | 0.91% | 0.41% | - |
| HSV(B) | 318.53º | 0.96% | 0.78% | - |
| XYZ | 28.72 | 14.4 | 26.46 | - |
| YUV | 81.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 141 | 0 | 0.96 | 0.29 | 0.22 | 318.53 | 0.91 | 0.41 |
| Hex | C8 | 9 | 8D | 0 | 60 | 1D | 16 | 13F | 5B | 29 |
| Octal | 310 | 11 | 215 | 0 | 140 | 35 | 26 | 477 | 133 | 51 |
| Binary | 11001000 | 1001 | 10001101 | 0 | 1100000 | 11101 | 10110 | 100111111 | 1011011 | 101001 |
Color Harmonies of #C8098D
Complementary color
Monochromatic Colors of #C8098D
Black with #C8098D
Text Example
Text Example
White with #C8098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8098D; }
p { color: rgb(200,9,141); }
H1.HeaderClassName
{
color: #C8098D;
}
.AnyTagClassName
{
color: #C8098D;
}
</style>
background-color css
<style>
a { background-color: #C8098D; }
a { background-color: rgb(200,9,141); }
div.DivClassName
{
background-color: #C8098D;
}
.BgClassName
{
background-color: #C8098D;
}
</style>
border-color css
<style>
span { border-color: #C8098D; }
span { border-color: rgb(200,9,141); }
td.TdClassName
{
border-color: #C8098D;
}
.TagClassName
{
border-color: #C8098D;
}
</style>