Shades of Medium Violet Red #C8099B
Tints of Medium Violet Red #C8099B
RGB
CMYK
RGB Variations
Color information
#C8099B (or 0xC8099B) is known color: Medium Violet Red. HEX triplet: C8, 09 and 9B. RGB value is (200,9,155). Sum of RGB (Red+Green+Blue) = 200+9+155=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8099B is #37F664. Grayscale: #525252. Windows color (decimal): -3667557 or 10160584. OLE color: 10160584.
HSL color Cylindrical-coordinate representation of color #C8099B: hue angle of 314.14º 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 #C8099B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.22 |
| HSL | 314.14º | 0.91% | 0.41% | - |
| HSV(B) | 314.14º | 0.96% | 0.78% | - |
| XYZ | 29.83 | 14.84 | 32.3 | - |
| YUV | 82.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 155 | 0 | 0.96 | 0.22 | 0.22 | 314.14 | 0.91 | 0.41 |
| Hex | C8 | 9 | 9B | 0 | 60 | 16 | 16 | 13A | 5B | 29 |
| Octal | 310 | 11 | 233 | 0 | 140 | 26 | 26 | 472 | 133 | 51 |
| Binary | 11001000 | 1001 | 10011011 | 0 | 1100000 | 10110 | 10110 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C8099B
Complementary color
Monochromatic Colors of #C8099B
Black with #C8099B
Text Example
Text Example
White with #C8099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8099B; }
p { color: rgb(200,9,155); }
H1.HeaderClassName
{
color: #C8099B;
}
.AnyTagClassName
{
color: #C8099B;
}
</style>
background-color css
<style>
a { background-color: #C8099B; }
a { background-color: rgb(200,9,155); }
div.DivClassName
{
background-color: #C8099B;
}
.BgClassName
{
background-color: #C8099B;
}
</style>
border-color css
<style>
span { border-color: #C8099B; }
span { border-color: rgb(200,9,155); }
td.TdClassName
{
border-color: #C8099B;
}
.TagClassName
{
border-color: #C8099B;
}
</style>