Shades of Medium Violet Red #C8098B
Tints of Medium Violet Red #C8098B
RGB
CMYK
RGB Variations
Color information
#C8098B (or 0xC8098B) is known color: Medium Violet Red. HEX triplet: C8, 09 and 8B. RGB value is (200,9,139). Sum of RGB (Red+Green+Blue) = 200+9+139=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8098B is #37F674. Grayscale: #505050. Windows color (decimal): -3667573 or 9112008. OLE color: 9112008.
HSL color Cylindrical-coordinate representation of color #C8098B: hue angle of 319.16º 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 #C8098B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 139 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.22 |
| HSL | 319.16º | 0.91% | 0.41% | - |
| HSV(B) | 319.16º | 0.96% | 0.78% | - |
| XYZ | 28.58 | 14.34 | 25.69 | - |
| YUV | 80.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 139 | 0 | 0.96 | 0.30 | 0.22 | 319.16 | 0.91 | 0.41 |
| Hex | C8 | 9 | 8B | 0 | 60 | 1E | 16 | 13F | 5B | 29 |
| Octal | 310 | 11 | 213 | 0 | 140 | 36 | 26 | 477 | 133 | 51 |
| Binary | 11001000 | 1001 | 10001011 | 0 | 1100000 | 11110 | 10110 | 100111111 | 1011011 | 101001 |
Color Harmonies of #C8098B
Complementary color
Monochromatic Colors of #C8098B
Black with #C8098B
Text Example
Text Example
White with #C8098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8098B; }
p { color: rgb(200,9,139); }
H1.HeaderClassName
{
color: #C8098B;
}
.AnyTagClassName
{
color: #C8098B;
}
</style>
background-color css
<style>
a { background-color: #C8098B; }
a { background-color: rgb(200,9,139); }
div.DivClassName
{
background-color: #C8098B;
}
.BgClassName
{
background-color: #C8098B;
}
</style>
border-color css
<style>
span { border-color: #C8098B; }
span { border-color: rgb(200,9,139); }
td.TdClassName
{
border-color: #C8098B;
}
.TagClassName
{
border-color: #C8098B;
}
</style>