Shades of Medium Violet Red #C8089A
Tints of Medium Violet Red #C8089A
RGB
CMYK
RGB Variations
Color information
#C8089A (or 0xC8089A) is known color: Medium Violet Red. HEX triplet: C8, 08 and 9A. RGB value is (200,8,154). Sum of RGB (Red+Green+Blue) = 200+8+154=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8089A is #37F765. Grayscale: #515151. Windows color (decimal): -3667814 or 10094792. OLE color: 10094792.
HSL color Cylindrical-coordinate representation of color #C8089A: hue angle of 314.38º 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 #C8089A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.22 |
| HSL | 314.38º | 0.92% | 0.41% | - |
| HSV(B) | 314.38º | 0.96% | 0.78% | - |
| XYZ | 29.74 | 14.79 | 31.86 | - |
| YUV | 82.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 154 | 0 | 0.96 | 0.23 | 0.22 | 314.38 | 0.92 | 0.41 |
| Hex | C8 | 8 | 9A | 0 | 60 | 17 | 16 | 13A | 5C | 29 |
| Octal | 310 | 10 | 232 | 0 | 140 | 27 | 26 | 472 | 134 | 51 |
| Binary | 11001000 | 1000 | 10011010 | 0 | 1100000 | 10111 | 10110 | 100111010 | 1011100 | 101001 |
Color Harmonies of #C8089A
Complementary color
Monochromatic Colors of #C8089A
Black with #C8089A
Text Example
Text Example
White with #C8089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8089A; }
p { color: rgb(200,8,154); }
H1.HeaderClassName
{
color: #C8089A;
}
.AnyTagClassName
{
color: #C8089A;
}
</style>
background-color css
<style>
a { background-color: #C8089A; }
a { background-color: rgb(200,8,154); }
div.DivClassName
{
background-color: #C8089A;
}
.BgClassName
{
background-color: #C8089A;
}
</style>
border-color css
<style>
span { border-color: #C8089A; }
span { border-color: rgb(200,8,154); }
td.TdClassName
{
border-color: #C8089A;
}
.TagClassName
{
border-color: #C8089A;
}
</style>