Shades of Medium Violet Red #C80891
Tints of Medium Violet Red #C80891
RGB
CMYK
RGB Variations
Color information
#C80891 (or 0xC80891) is known color: Medium Violet Red. HEX triplet: C8, 08 and 91. RGB value is (200,8,145). Sum of RGB (Red+Green+Blue) = 200+8+145=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C80891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80891 is #37F76E. Grayscale: #505050. Windows color (decimal): -3667823 or 9504968. OLE color: 9504968.
HSL color Cylindrical-coordinate representation of color #C80891: hue angle of 317.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80891 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 145 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.22 |
| HSL | 317.19º | 0.92% | 0.41% | - |
| HSV(B) | 317.19º | 0.96% | 0.78% | - |
| XYZ | 29.02 | 14.5 | 28.06 | - |
| YUV | 81.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 145 | 0 | 0.96 | 0.28 | 0.22 | 317.19 | 0.92 | 0.41 |
| Hex | C8 | 8 | 91 | 0 | 60 | 1C | 16 | 13D | 5C | 29 |
| Octal | 310 | 10 | 221 | 0 | 140 | 34 | 26 | 475 | 134 | 51 |
| Binary | 11001000 | 1000 | 10010001 | 0 | 1100000 | 11100 | 10110 | 100111101 | 1011100 | 101001 |
Color Harmonies of #C80891
Complementary color
Monochromatic Colors of #C80891
Black with #C80891
Text Example
Text Example
White with #C80891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80891; }
p { color: rgb(200,8,145); }
H1.HeaderClassName
{
color: #C80891;
}
.AnyTagClassName
{
color: #C80891;
}
</style>
background-color css
<style>
a { background-color: #C80891; }
a { background-color: rgb(200,8,145); }
div.DivClassName
{
background-color: #C80891;
}
.BgClassName
{
background-color: #C80891;
}
</style>
border-color css
<style>
span { border-color: #C80891; }
span { border-color: rgb(200,8,145); }
td.TdClassName
{
border-color: #C80891;
}
.TagClassName
{
border-color: #C80891;
}
</style>