Shades of Medium Violet Red #C82489
Tints of Medium Violet Red #C82489
RGB
CMYK
RGB Variations
Color information
#C82489 (or 0xC82489) is known color: Medium Violet Red. HEX triplet: C8, 24 and 89. RGB value is (200,36,137). Sum of RGB (Red+Green+Blue) = 200+36+137=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C82489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82489 is #37DB76. Grayscale: #606060. Windows color (decimal): -3660663 or 8987848. OLE color: 8987848.
HSL color Cylindrical-coordinate representation of color #C82489: hue angle of 323.05º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82489 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 137 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.22 |
| HSL | 323.05º | 0.69% | 0.46% | - |
| HSV(B) | 323.05º | 0.82% | 0.78% | - |
| XYZ | 28.97 | 15.35 | 25.1 | - |
| YUV | 96.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 137 | 0 | 0.82 | 0.32 | 0.22 | 323.05 | 0.69 | 0.46 |
| Hex | C8 | 24 | 89 | 0 | 52 | 20 | 16 | 143 | 45 | 2E |
| Octal | 310 | 44 | 211 | 0 | 122 | 40 | 26 | 503 | 105 | 56 |
| Binary | 11001000 | 100100 | 10001001 | 0 | 1010010 | 100000 | 10110 | 101000011 | 1000101 | 101110 |
Color Harmonies of #C82489
Complementary color
Monochromatic Colors of #C82489
Black with #C82489
Text Example
Text Example
White with #C82489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82489; }
p { color: rgb(200,36,137); }
H1.HeaderClassName
{
color: #C82489;
}
.AnyTagClassName
{
color: #C82489;
}
</style>
background-color css
<style>
a { background-color: #C82489; }
a { background-color: rgb(200,36,137); }
div.DivClassName
{
background-color: #C82489;
}
.BgClassName
{
background-color: #C82489;
}
</style>
border-color css
<style>
span { border-color: #C82489; }
span { border-color: rgb(200,36,137); }
td.TdClassName
{
border-color: #C82489;
}
.TagClassName
{
border-color: #C82489;
}
</style>