Shades of Medium Red Violet #C82FA8
Tints of Medium Red Violet #C82FA8
RGB
CMYK
RGB Variations
Color information
#C82FA8 (or 0xC82FA8) is known color: Medium Red Violet. HEX triplet: C8, 2F and A8. RGB value is (200,47,168). Sum of RGB (Red+Green+Blue) = 200+47+168=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82FA8 is #37D057. Grayscale: #6A6A6A. Windows color (decimal): -3657816 or 11022280. OLE color: 11022280.
HSL color Cylindrical-coordinate representation of color #C82FA8: hue angle of 312.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82FA8 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 168 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.22 |
| HSL | 312.55º | 0.62% | 0.48% | - |
| HSV(B) | 312.55º | 0.77% | 0.78% | - |
| XYZ | 31.9 | 17.14 | 38.67 | - |
| YUV | 106.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 168 | 0 | 0.76 | 0.16 | 0.22 | 312.55 | 0.62 | 0.48 |
| Hex | C8 | 2F | A8 | 0 | 4C | 10 | 16 | 139 | 3E | 30 |
| Octal | 310 | 57 | 250 | 0 | 114 | 20 | 26 | 471 | 76 | 60 |
| Binary | 11001000 | 101111 | 10101000 | 0 | 1001100 | 10000 | 10110 | 100111001 | 111110 | 110000 |
Color Harmonies of #C82FA8
Complementary color
Monochromatic Colors of #C82FA8
Black with #C82FA8
Text Example
Text Example
White with #C82FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FA8; }
p { color: rgb(200,47,168); }
H1.HeaderClassName
{
color: #C82FA8;
}
.AnyTagClassName
{
color: #C82FA8;
}
</style>
background-color css
<style>
a { background-color: #C82FA8; }
a { background-color: rgb(200,47,168); }
div.DivClassName
{
background-color: #C82FA8;
}
.BgClassName
{
background-color: #C82FA8;
}
</style>
border-color css
<style>
span { border-color: #C82FA8; }
span { border-color: rgb(200,47,168); }
td.TdClassName
{
border-color: #C82FA8;
}
.TagClassName
{
border-color: #C82FA8;
}
</style>