Shades of Medium Red Violet #C82F9F
Tints of Medium Red Violet #C82F9F
RGB
CMYK
RGB Variations
Color information
#C82F9F (or 0xC82F9F) is known color: Medium Red Violet. HEX triplet: C8, 2F and 9F. RGB value is (200,47,159). Sum of RGB (Red+Green+Blue) = 200+47+159=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82F9F is #37D060. Grayscale: #696969. Windows color (decimal): -3657825 or 10432456. OLE color: 10432456.
HSL color Cylindrical-coordinate representation of color #C82F9F: hue angle of 316.08º 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 #C82F9F is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 159 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.22 |
| HSL | 316.08º | 0.62% | 0.48% | - |
| HSV(B) | 316.08º | 0.77% | 0.78% | - |
| XYZ | 31.09 | 16.82 | 34.41 | - |
| YUV | 105.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 159 | 0 | 0.76 | 0.20 | 0.22 | 316.08 | 0.62 | 0.48 |
| Hex | C8 | 2F | 9F | 0 | 4C | 14 | 16 | 13C | 3E | 30 |
| Octal | 310 | 57 | 237 | 0 | 114 | 24 | 26 | 474 | 76 | 60 |
| Binary | 11001000 | 101111 | 10011111 | 0 | 1001100 | 10100 | 10110 | 100111100 | 111110 | 110000 |
Color Harmonies of #C82F9F
Complementary color
Monochromatic Colors of #C82F9F
Black with #C82F9F
Text Example
Text Example
White with #C82F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F9F; }
p { color: rgb(200,47,159); }
H1.HeaderClassName
{
color: #C82F9F;
}
.AnyTagClassName
{
color: #C82F9F;
}
</style>
background-color css
<style>
a { background-color: #C82F9F; }
a { background-color: rgb(200,47,159); }
div.DivClassName
{
background-color: #C82F9F;
}
.BgClassName
{
background-color: #C82F9F;
}
</style>
border-color css
<style>
span { border-color: #C82F9F; }
span { border-color: rgb(200,47,159); }
td.TdClassName
{
border-color: #C82F9F;
}
.TagClassName
{
border-color: #C82F9F;
}
</style>