Shades of Medium Violet Red #C81995
Tints of Medium Violet Red #C81995
RGB
CMYK
RGB Variations
Color information
#C81995 (or 0xC81995) is known color: Medium Violet Red. HEX triplet: C8, 19 and 95. RGB value is (200,25,149). Sum of RGB (Red+Green+Blue) = 200+25+149=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C81995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81995 is #37E66A. Grayscale: #5B5B5B. Windows color (decimal): -3663467 or 9771464. OLE color: 9771464.
HSL color Cylindrical-coordinate representation of color #C81995: hue angle of 317.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81995 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 149 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.22 |
| HSL | 317.49º | 0.78% | 0.44% | - |
| HSV(B) | 317.49º | 0.88% | 0.78% | - |
| XYZ | 29.59 | 15.14 | 29.8 | - |
| YUV | 91.46 | 160.48 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 149 | 0 | 0.88 | 0.26 | 0.22 | 317.49 | 0.78 | 0.44 |
| Hex | C8 | 19 | 95 | 0 | 58 | 1A | 16 | 13D | 4E | 2C |
| Octal | 310 | 31 | 225 | 0 | 130 | 32 | 26 | 475 | 116 | 54 |
| Binary | 11001000 | 11001 | 10010101 | 0 | 1011000 | 11010 | 10110 | 100111101 | 1001110 | 101100 |
Color Harmonies of #C81995
Complementary color
Monochromatic Colors of #C81995
Black with #C81995
Text Example
Text Example
White with #C81995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81995; }
p { color: rgb(200,25,149); }
H1.HeaderClassName
{
color: #C81995;
}
.AnyTagClassName
{
color: #C81995;
}
</style>
background-color css
<style>
a { background-color: #C81995; }
a { background-color: rgb(200,25,149); }
div.DivClassName
{
background-color: #C81995;
}
.BgClassName
{
background-color: #C81995;
}
</style>
border-color css
<style>
span { border-color: #C81995; }
span { border-color: rgb(200,25,149); }
td.TdClassName
{
border-color: #C81995;
}
.TagClassName
{
border-color: #C81995;
}
</style>