Shades of Medium Red Violet #C82894
Tints of Medium Red Violet #C82894
RGB
CMYK
RGB Variations
Color information
#C82894 (or 0xC82894) is known color: Medium Red Violet. HEX triplet: C8, 28 and 94. RGB value is (200,40,148). Sum of RGB (Red+Green+Blue) = 200+40+148=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C82894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82894 is #37D76B. Grayscale: #636363. Windows color (decimal): -3659628 or 9709768. OLE color: 9709768.
HSL color Cylindrical-coordinate representation of color #C82894: hue angle of 319.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82894 is Cyan = 0, Magento = 0.8, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 148 | - |
| CMYK | 0 | 0.8 | 0.26 | 0.22 |
| HSL | 319.5º | 0.67% | 0.47% | - |
| HSV(B) | 319.5º | 0.8% | 0.78% | - |
| XYZ | 29.92 | 15.94 | 29.52 | - |
| YUV | 100.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 148 | 0 | 0.8 | 0.26 | 0.22 | 319.5 | 0.67 | 0.47 |
| Hex | C8 | 28 | 94 | 0 | 50 | 1A | 16 | 140 | 43 | 2F |
| Octal | 310 | 50 | 224 | 0 | 120 | 32 | 26 | 500 | 103 | 57 |
| Binary | 11001000 | 101000 | 10010100 | 0 | 1010000 | 11010 | 10110 | 101000000 | 1000011 | 101111 |
Color Harmonies of #C82894
Complementary color
Monochromatic Colors of #C82894
Black with #C82894
Text Example
Text Example
White with #C82894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82894; }
p { color: rgb(200,40,148); }
H1.HeaderClassName
{
color: #C82894;
}
.AnyTagClassName
{
color: #C82894;
}
</style>
background-color css
<style>
a { background-color: #C82894; }
a { background-color: rgb(200,40,148); }
div.DivClassName
{
background-color: #C82894;
}
.BgClassName
{
background-color: #C82894;
}
</style>
border-color css
<style>
span { border-color: #C82894; }
span { border-color: rgb(200,40,148); }
td.TdClassName
{
border-color: #C82894;
}
.TagClassName
{
border-color: #C82894;
}
</style>