Shades of Medium Violet Red #C82289
Tints of Medium Violet Red #C82289
RGB
CMYK
RGB Variations
Color information
#C82289 (or 0xC82289) is known color: Medium Violet Red. HEX triplet: C8, 22 and 89. RGB value is (200,34,137). Sum of RGB (Red+Green+Blue) = 200+34+137=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C82289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82289 is #37DD76. Grayscale: #5F5F5F. Windows color (decimal): -3661175 or 8987336. OLE color: 8987336.
HSL color Cylindrical-coordinate representation of color #C82289: hue angle of 322.77º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82289 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 137 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.22 |
| HSL | 322.77º | 0.71% | 0.46% | - |
| HSV(B) | 322.77º | 0.83% | 0.78% | - |
| XYZ | 28.91 | 15.23 | 25.08 | - |
| YUV | 95.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 137 | 0 | 0.83 | 0.32 | 0.22 | 322.77 | 0.71 | 0.46 |
| Hex | C8 | 22 | 89 | 0 | 53 | 20 | 16 | 143 | 47 | 2E |
| Octal | 310 | 42 | 211 | 0 | 123 | 40 | 26 | 503 | 107 | 56 |
| Binary | 11001000 | 100010 | 10001001 | 0 | 1010011 | 100000 | 10110 | 101000011 | 1000111 | 101110 |
Color Harmonies of #C82289
Complementary color
Monochromatic Colors of #C82289
Black with #C82289
Text Example
Text Example
White with #C82289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82289; }
p { color: rgb(200,34,137); }
H1.HeaderClassName
{
color: #C82289;
}
.AnyTagClassName
{
color: #C82289;
}
</style>
background-color css
<style>
a { background-color: #C82289; }
a { background-color: rgb(200,34,137); }
div.DivClassName
{
background-color: #C82289;
}
.BgClassName
{
background-color: #C82289;
}
</style>
border-color css
<style>
span { border-color: #C82289; }
span { border-color: rgb(200,34,137); }
td.TdClassName
{
border-color: #C82289;
}
.TagClassName
{
border-color: #C82289;
}
</style>