Shades of Medium Violet Red #C81095
Tints of Medium Violet Red #C81095
RGB
CMYK
RGB Variations
Color information
#C81095 (or 0xC81095) is known color: Medium Violet Red. HEX triplet: C8, 10 and 95. RGB value is (200,16,149). Sum of RGB (Red+Green+Blue) = 200+16+149=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C81095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81095 is #37EF6A. Grayscale: #555555. Windows color (decimal): -3665771 or 9769160. OLE color: 9769160.
HSL color Cylindrical-coordinate representation of color #C81095: hue angle of 316.63º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81095 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 149 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.22 |
| HSL | 316.63º | 0.85% | 0.42% | - |
| HSV(B) | 316.63º | 0.92% | 0.78% | - |
| XYZ | 29.43 | 14.82 | 29.74 | - |
| YUV | 86.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 149 | 0 | 0.92 | 0.26 | 0.22 | 316.63 | 0.85 | 0.42 |
| Hex | C8 | 10 | 95 | 0 | 5C | 1A | 16 | 13D | 55 | 2A |
| Octal | 310 | 20 | 225 | 0 | 134 | 32 | 26 | 475 | 125 | 52 |
| Binary | 11001000 | 10000 | 10010101 | 0 | 1011100 | 11010 | 10110 | 100111101 | 1010101 | 101010 |
Color Harmonies of #C81095
Complementary color
Monochromatic Colors of #C81095
Black with #C81095
Text Example
Text Example
White with #C81095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81095; }
p { color: rgb(200,16,149); }
H1.HeaderClassName
{
color: #C81095;
}
.AnyTagClassName
{
color: #C81095;
}
</style>
background-color css
<style>
a { background-color: #C81095; }
a { background-color: rgb(200,16,149); }
div.DivClassName
{
background-color: #C81095;
}
.BgClassName
{
background-color: #C81095;
}
</style>
border-color css
<style>
span { border-color: #C81095; }
span { border-color: rgb(200,16,149); }
td.TdClassName
{
border-color: #C81095;
}
.TagClassName
{
border-color: #C81095;
}
</style>