Shades of Medium Red Violet #C82BA8
Tints of Medium Red Violet #C82BA8
RGB
CMYK
RGB Variations
Color information
#C82BA8 (or 0xC82BA8) is known color: Medium Red Violet. HEX triplet: C8, 2B and A8. RGB value is (200,43,168). Sum of RGB (Red+Green+Blue) = 200+43+168=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BA8 is #37D457. Grayscale: #676767. Windows color (decimal): -3658840 or 11021256. OLE color: 11021256.
HSL color Cylindrical-coordinate representation of color #C82BA8: hue angle of 312.23º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82BA8 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 168 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.22 |
| HSL | 312.23º | 0.65% | 0.48% | - |
| HSV(B) | 312.23º | 0.79% | 0.78% | - |
| XYZ | 31.75 | 16.83 | 38.62 | - |
| YUV | 104.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 168 | 0 | 0.78 | 0.16 | 0.22 | 312.23 | 0.65 | 0.48 |
| Hex | C8 | 2B | A8 | 0 | 4E | 10 | 16 | 138 | 41 | 30 |
| Octal | 310 | 53 | 250 | 0 | 116 | 20 | 26 | 470 | 101 | 60 |
| Binary | 11001000 | 101011 | 10101000 | 0 | 1001110 | 10000 | 10110 | 100111000 | 1000001 | 110000 |
Color Harmonies of #C82BA8
Complementary color
Monochromatic Colors of #C82BA8
Black with #C82BA8
Text Example
Text Example
White with #C82BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BA8; }
p { color: rgb(200,43,168); }
H1.HeaderClassName
{
color: #C82BA8;
}
.AnyTagClassName
{
color: #C82BA8;
}
</style>
background-color css
<style>
a { background-color: #C82BA8; }
a { background-color: rgb(200,43,168); }
div.DivClassName
{
background-color: #C82BA8;
}
.BgClassName
{
background-color: #C82BA8;
}
</style>
border-color css
<style>
span { border-color: #C82BA8; }
span { border-color: rgb(200,43,168); }
td.TdClassName
{
border-color: #C82BA8;
}
.TagClassName
{
border-color: #C82BA8;
}
</style>