Shades of Medium Violet Red #C8098A
Tints of Medium Violet Red #C8098A
RGB
CMYK
RGB Variations
Color information
#C8098A (or 0xC8098A) is known color: Medium Violet Red. HEX triplet: C8, 09 and 8A. RGB value is (200,9,138). Sum of RGB (Red+Green+Blue) = 200+9+138=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8098A is #37F675. Grayscale: #505050. Windows color (decimal): -3667574 or 9046472. OLE color: 9046472.
HSL color Cylindrical-coordinate representation of color #C8098A: hue angle of 319.48º 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 #C8098A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.22 |
| HSL | 319.48º | 0.91% | 0.41% | - |
| HSV(B) | 319.48º | 0.96% | 0.78% | - |
| XYZ | 28.5 | 14.31 | 25.3 | - |
| YUV | 80.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 138 | 0 | 0.96 | 0.31 | 0.22 | 319.48 | 0.91 | 0.41 |
| Hex | C8 | 9 | 8A | 0 | 60 | 1F | 16 | 13F | 5B | 29 |
| Octal | 310 | 11 | 212 | 0 | 140 | 37 | 26 | 477 | 133 | 51 |
| Binary | 11001000 | 1001 | 10001010 | 0 | 1100000 | 11111 | 10110 | 100111111 | 1011011 | 101001 |
Color Harmonies of #C8098A
Complementary color
Monochromatic Colors of #C8098A
Black with #C8098A
Text Example
Text Example
White with #C8098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8098A; }
p { color: rgb(200,9,138); }
H1.HeaderClassName
{
color: #C8098A;
}
.AnyTagClassName
{
color: #C8098A;
}
</style>
background-color css
<style>
a { background-color: #C8098A; }
a { background-color: rgb(200,9,138); }
div.DivClassName
{
background-color: #C8098A;
}
.BgClassName
{
background-color: #C8098A;
}
</style>
border-color css
<style>
span { border-color: #C8098A; }
span { border-color: rgb(200,9,138); }
td.TdClassName
{
border-color: #C8098A;
}
.TagClassName
{
border-color: #C8098A;
}
</style>