Shades of Medium Red Violet #C82896
Tints of Medium Red Violet #C82896
RGB
CMYK
RGB Variations
Color information
#C82896 (or 0xC82896) is known color: Medium Red Violet. HEX triplet: C8, 28 and 96. RGB value is (200,40,150). Sum of RGB (Red+Green+Blue) = 200+40+150=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C82896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82896 is #37D769. Grayscale: #646464. Windows color (decimal): -3659626 or 9840840. OLE color: 9840840.
HSL color Cylindrical-coordinate representation of color #C82896: hue angle of 318.75º 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 #C82896 is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 150 | - |
| CMYK | 0 | 0.8 | 0.25 | 0.22 |
| HSL | 318.75º | 0.67% | 0.47% | - |
| HSV(B) | 318.75º | 0.8% | 0.78% | - |
| XYZ | 30.08 | 16 | 30.36 | - |
| YUV | 100.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 150 | 0 | 0.8 | 0.25 | 0.22 | 318.75 | 0.67 | 0.47 |
| Hex | C8 | 28 | 96 | 0 | 50 | 19 | 16 | 13F | 43 | 2F |
| Octal | 310 | 50 | 226 | 0 | 120 | 31 | 26 | 477 | 103 | 57 |
| Binary | 11001000 | 101000 | 10010110 | 0 | 1010000 | 11001 | 10110 | 100111111 | 1000011 | 101111 |
Color Harmonies of #C82896
Complementary color
Monochromatic Colors of #C82896
Black with #C82896
Text Example
Text Example
White with #C82896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82896; }
p { color: rgb(200,40,150); }
H1.HeaderClassName
{
color: #C82896;
}
.AnyTagClassName
{
color: #C82896;
}
</style>
background-color css
<style>
a { background-color: #C82896; }
a { background-color: rgb(200,40,150); }
div.DivClassName
{
background-color: #C82896;
}
.BgClassName
{
background-color: #C82896;
}
</style>
border-color css
<style>
span { border-color: #C82896; }
span { border-color: rgb(200,40,150); }
td.TdClassName
{
border-color: #C82896;
}
.TagClassName
{
border-color: #C82896;
}
</style>