Shades of Medium Violet Red #C8098C
Tints of Medium Violet Red #C8098C
RGB
CMYK
RGB Variations
Color information
#C8098C (or 0xC8098C) is known color: Medium Violet Red. HEX triplet: C8, 09 and 8C. RGB value is (200,9,140). Sum of RGB (Red+Green+Blue) = 200+9+140=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8098C is #37F673. Grayscale: #505050. Windows color (decimal): -3667572 or 9177544. OLE color: 9177544.
HSL color Cylindrical-coordinate representation of color #C8098C: hue angle of 318.85º 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 #C8098C is Cyan = 0, Magento = 0.96, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.3 | 0.22 |
| HSL | 318.85º | 0.91% | 0.41% | - |
| HSV(B) | 318.85º | 0.96% | 0.78% | - |
| XYZ | 28.65 | 14.37 | 26.07 | - |
| YUV | 81.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 140 | 0 | 0.96 | 0.3 | 0.22 | 318.85 | 0.91 | 0.41 |
| Hex | C8 | 9 | 8C | 0 | 60 | 1E | 16 | 13F | 5B | 29 |
| Octal | 310 | 11 | 214 | 0 | 140 | 36 | 26 | 477 | 133 | 51 |
| Binary | 11001000 | 1001 | 10001100 | 0 | 1100000 | 11110 | 10110 | 100111111 | 1011011 | 101001 |
Color Harmonies of #C8098C
Complementary color
Monochromatic Colors of #C8098C
Black with #C8098C
Text Example
Text Example
White with #C8098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8098C; }
p { color: rgb(200,9,140); }
H1.HeaderClassName
{
color: #C8098C;
}
.AnyTagClassName
{
color: #C8098C;
}
</style>
background-color css
<style>
a { background-color: #C8098C; }
a { background-color: rgb(200,9,140); }
div.DivClassName
{
background-color: #C8098C;
}
.BgClassName
{
background-color: #C8098C;
}
</style>
border-color css
<style>
span { border-color: #C8098C; }
span { border-color: rgb(200,9,140); }
td.TdClassName
{
border-color: #C8098C;
}
.TagClassName
{
border-color: #C8098C;
}
</style>