Shades of Medium Violet Red #C8089B
Tints of Medium Violet Red #C8089B
RGB
CMYK
RGB Variations
Color information
#C8089B (or 0xC8089B) is known color: Medium Violet Red. HEX triplet: C8, 08 and 9B. RGB value is (200,8,155). Sum of RGB (Red+Green+Blue) = 200+8+155=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8089B is #37F764. Grayscale: #515151. Windows color (decimal): -3667813 or 10160328. OLE color: 10160328.
HSL color Cylindrical-coordinate representation of color #C8089B: hue angle of 314.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8089B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.22 |
| HSL | 314.06º | 0.92% | 0.41% | - |
| HSV(B) | 314.06º | 0.96% | 0.78% | - |
| XYZ | 29.82 | 14.82 | 32.3 | - |
| YUV | 82.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 155 | 0 | 0.96 | 0.22 | 0.22 | 314.06 | 0.92 | 0.41 |
| Hex | C8 | 8 | 9B | 0 | 60 | 16 | 16 | 13A | 5C | 29 |
| Octal | 310 | 10 | 233 | 0 | 140 | 26 | 26 | 472 | 134 | 51 |
| Binary | 11001000 | 1000 | 10011011 | 0 | 1100000 | 10110 | 10110 | 100111010 | 1011100 | 101001 |
Color Harmonies of #C8089B
Complementary color
Monochromatic Colors of #C8089B
Black with #C8089B
Text Example
Text Example
White with #C8089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8089B; }
p { color: rgb(200,8,155); }
H1.HeaderClassName
{
color: #C8089B;
}
.AnyTagClassName
{
color: #C8089B;
}
</style>
background-color css
<style>
a { background-color: #C8089B; }
a { background-color: rgb(200,8,155); }
div.DivClassName
{
background-color: #C8089B;
}
.BgClassName
{
background-color: #C8089B;
}
</style>
border-color css
<style>
span { border-color: #C8089B; }
span { border-color: rgb(200,8,155); }
td.TdClassName
{
border-color: #C8089B;
}
.TagClassName
{
border-color: #C8089B;
}
</style>