Shades of Medium Violet Red #C81395
Tints of Medium Violet Red #C81395
RGB
CMYK
RGB Variations
Color information
#C81395 (or 0xC81395) is known color: Medium Violet Red. HEX triplet: C8, 13 and 95. RGB value is (200,19,149). Sum of RGB (Red+Green+Blue) = 200+19+149=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C81395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81395 is #37EC6A. Grayscale: #575757. Windows color (decimal): -3665003 or 9769928. OLE color: 9769928.
HSL color Cylindrical-coordinate representation of color #C81395: hue angle of 316.91º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81395 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 149 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.22 |
| HSL | 316.91º | 0.83% | 0.43% | - |
| HSV(B) | 316.91º | 0.91% | 0.78% | - |
| XYZ | 29.48 | 14.92 | 29.76 | - |
| YUV | 87.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 149 | 0 | 0.90 | 0.26 | 0.22 | 316.91 | 0.83 | 0.43 |
| Hex | C8 | 13 | 95 | 0 | 5A | 1A | 16 | 13D | 53 | 2B |
| Octal | 310 | 23 | 225 | 0 | 132 | 32 | 26 | 475 | 123 | 53 |
| Binary | 11001000 | 10011 | 10010101 | 0 | 1011010 | 11010 | 10110 | 100111101 | 1010011 | 101011 |
Color Harmonies of #C81395
Complementary color
Monochromatic Colors of #C81395
Black with #C81395
Text Example
Text Example
White with #C81395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81395; }
p { color: rgb(200,19,149); }
H1.HeaderClassName
{
color: #C81395;
}
.AnyTagClassName
{
color: #C81395;
}
</style>
background-color css
<style>
a { background-color: #C81395; }
a { background-color: rgb(200,19,149); }
div.DivClassName
{
background-color: #C81395;
}
.BgClassName
{
background-color: #C81395;
}
</style>
border-color css
<style>
span { border-color: #C81395; }
span { border-color: rgb(200,19,149); }
td.TdClassName
{
border-color: #C81395;
}
.TagClassName
{
border-color: #C81395;
}
</style>