Shades of Medium Red Violet #C82D95
Tints of Medium Red Violet #C82D95
RGB
CMYK
RGB Variations
Color information
#C82D95 (or 0xC82D95) is known color: Medium Red Violet. HEX triplet: C8, 2D and 95. RGB value is (200,45,149). Sum of RGB (Red+Green+Blue) = 200+45+149=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82D95 is #37D26A. Grayscale: #666666. Windows color (decimal): -3658347 or 9776584. OLE color: 9776584.
HSL color Cylindrical-coordinate representation of color #C82D95: hue angle of 319.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D95 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 149 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.22 |
| HSL | 319.74º | 0.63% | 0.48% | - |
| HSV(B) | 319.74º | 0.78% | 0.78% | - |
| XYZ | 30.18 | 16.33 | 29.99 | - |
| YUV | 103.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 149 | 0 | 0.78 | 0.26 | 0.22 | 319.74 | 0.63 | 0.48 |
| Hex | C8 | 2D | 95 | 0 | 4E | 1A | 16 | 140 | 3F | 30 |
| Octal | 310 | 55 | 225 | 0 | 116 | 32 | 26 | 500 | 77 | 60 |
| Binary | 11001000 | 101101 | 10010101 | 0 | 1001110 | 11010 | 10110 | 101000000 | 111111 | 110000 |
Color Harmonies of #C82D95
Complementary color
Monochromatic Colors of #C82D95
Black with #C82D95
Text Example
Text Example
White with #C82D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D95; }
p { color: rgb(200,45,149); }
H1.HeaderClassName
{
color: #C82D95;
}
.AnyTagClassName
{
color: #C82D95;
}
</style>
background-color css
<style>
a { background-color: #C82D95; }
a { background-color: rgb(200,45,149); }
div.DivClassName
{
background-color: #C82D95;
}
.BgClassName
{
background-color: #C82D95;
}
</style>
border-color css
<style>
span { border-color: #C82D95; }
span { border-color: rgb(200,45,149); }
td.TdClassName
{
border-color: #C82D95;
}
.TagClassName
{
border-color: #C82D95;
}
</style>