Shades of Medium Violet Red #C8089D
Tints of Medium Violet Red #C8089D
RGB
CMYK
RGB Variations
Color information
#C8089D (or 0xC8089D) is known color: Medium Violet Red. HEX triplet: C8, 08 and 9D. RGB value is (200,8,157). Sum of RGB (Red+Green+Blue) = 200+8+157=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8089D is #37F762. Grayscale: #515151. Windows color (decimal): -3667811 or 10291400. OLE color: 10291400.
HSL color Cylindrical-coordinate representation of color #C8089D: hue angle of 313.44º 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 #C8089D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.22 |
| HSL | 313.44º | 0.92% | 0.41% | - |
| HSV(B) | 313.44º | 0.96% | 0.78% | - |
| XYZ | 29.99 | 14.89 | 33.19 | - |
| YUV | 82.39 | 170.11 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 157 | 0 | 0.96 | 0.22 | 0.22 | 313.44 | 0.92 | 0.41 |
| Hex | C8 | 8 | 9D | 0 | 60 | 16 | 16 | 139 | 5C | 29 |
| Octal | 310 | 10 | 235 | 0 | 140 | 26 | 26 | 471 | 134 | 51 |
| Binary | 11001000 | 1000 | 10011101 | 0 | 1100000 | 10110 | 10110 | 100111001 | 1011100 | 101001 |
Color Harmonies of #C8089D
Complementary color
Monochromatic Colors of #C8089D
Black with #C8089D
Text Example
Text Example
White with #C8089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8089D; }
p { color: rgb(200,8,157); }
H1.HeaderClassName
{
color: #C8089D;
}
.AnyTagClassName
{
color: #C8089D;
}
</style>
background-color css
<style>
a { background-color: #C8089D; }
a { background-color: rgb(200,8,157); }
div.DivClassName
{
background-color: #C8089D;
}
.BgClassName
{
background-color: #C8089D;
}
</style>
border-color css
<style>
span { border-color: #C8089D; }
span { border-color: rgb(200,8,157); }
td.TdClassName
{
border-color: #C8089D;
}
.TagClassName
{
border-color: #C8089D;
}
</style>