Shades of Medium Violet Red #C82495
Tints of Medium Violet Red #C82495
RGB
CMYK
RGB Variations
Color information
#C82495 (or 0xC82495) is known color: Medium Violet Red. HEX triplet: C8, 24 and 95. RGB value is (200,36,149). Sum of RGB (Red+Green+Blue) = 200+36+149=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C82495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82495 is #37DB6A. Grayscale: #616161. Windows color (decimal): -3660651 or 9774280. OLE color: 9774280.
HSL color Cylindrical-coordinate representation of color #C82495: hue angle of 318.66º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82495 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 149 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.22 |
| HSL | 318.66º | 0.69% | 0.46% | - |
| HSV(B) | 318.66º | 0.82% | 0.78% | - |
| XYZ | 29.88 | 15.71 | 29.89 | - |
| YUV | 97.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 149 | 0 | 0.82 | 0.26 | 0.22 | 318.66 | 0.69 | 0.46 |
| Hex | C8 | 24 | 95 | 0 | 52 | 1A | 16 | 13F | 45 | 2E |
| Octal | 310 | 44 | 225 | 0 | 122 | 32 | 26 | 477 | 105 | 56 |
| Binary | 11001000 | 100100 | 10010101 | 0 | 1010010 | 11010 | 10110 | 100111111 | 1000101 | 101110 |
Color Harmonies of #C82495
Complementary color
Monochromatic Colors of #C82495
Black with #C82495
Text Example
Text Example
White with #C82495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82495; }
p { color: rgb(200,36,149); }
H1.HeaderClassName
{
color: #C82495;
}
.AnyTagClassName
{
color: #C82495;
}
</style>
background-color css
<style>
a { background-color: #C82495; }
a { background-color: rgb(200,36,149); }
div.DivClassName
{
background-color: #C82495;
}
.BgClassName
{
background-color: #C82495;
}
</style>
border-color css
<style>
span { border-color: #C82495; }
span { border-color: rgb(200,36,149); }
td.TdClassName
{
border-color: #C82495;
}
.TagClassName
{
border-color: #C82495;
}
</style>