Shades of Medium Violet Red #C82089
Tints of Medium Violet Red #C82089
RGB
CMYK
RGB Variations
Color information
#C82089 (or 0xC82089) is known color: Medium Violet Red. HEX triplet: C8, 20 and 89. RGB value is (200,32,137). Sum of RGB (Red+Green+Blue) = 200+32+137=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C82089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82089 is #37DF76. Grayscale: #5D5D5D. Windows color (decimal): -3661687 or 8986824. OLE color: 8986824.
HSL color Cylindrical-coordinate representation of color #C82089: hue angle of 322.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82089 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 137 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.22 |
| HSL | 322.5º | 0.72% | 0.45% | - |
| HSV(B) | 322.5º | 0.84% | 0.78% | - |
| XYZ | 28.85 | 15.12 | 25.06 | - |
| YUV | 94.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 137 | 0 | 0.84 | 0.32 | 0.22 | 322.5 | 0.72 | 0.45 |
| Hex | C8 | 20 | 89 | 0 | 54 | 20 | 16 | 142 | 48 | 2D |
| Octal | 310 | 40 | 211 | 0 | 124 | 40 | 26 | 502 | 110 | 55 |
| Binary | 11001000 | 100000 | 10001001 | 0 | 1010100 | 100000 | 10110 | 101000010 | 1001000 | 101101 |
Color Harmonies of #C82089
Complementary color
Monochromatic Colors of #C82089
Black with #C82089
Text Example
Text Example
White with #C82089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82089; }
p { color: rgb(200,32,137); }
H1.HeaderClassName
{
color: #C82089;
}
.AnyTagClassName
{
color: #C82089;
}
</style>
background-color css
<style>
a { background-color: #C82089; }
a { background-color: rgb(200,32,137); }
div.DivClassName
{
background-color: #C82089;
}
.BgClassName
{
background-color: #C82089;
}
</style>
border-color css
<style>
span { border-color: #C82089; }
span { border-color: rgb(200,32,137); }
td.TdClassName
{
border-color: #C82089;
}
.TagClassName
{
border-color: #C82089;
}
</style>