Shades of Medium Violet Red #C80893
Tints of Medium Violet Red #C80893
RGB
CMYK
RGB Variations
Color information
#C80893 (or 0xC80893) is known color: Medium Violet Red. HEX triplet: C8, 08 and 93. RGB value is (200,8,147). Sum of RGB (Red+Green+Blue) = 200+8+147=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C80893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80893 is #37F76C. Grayscale: #505050. Windows color (decimal): -3667821 or 9636040. OLE color: 9636040.
HSL color Cylindrical-coordinate representation of color #C80893: hue angle of 316.56º 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 #C80893 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.22 |
| HSL | 316.56º | 0.92% | 0.41% | - |
| HSV(B) | 316.56º | 0.96% | 0.78% | - |
| XYZ | 29.17 | 14.56 | 28.88 | - |
| YUV | 81.25 | 165.11 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 147 | 0 | 0.96 | 0.26 | 0.22 | 316.56 | 0.92 | 0.41 |
| Hex | C8 | 8 | 93 | 0 | 60 | 1A | 16 | 13D | 5C | 29 |
| Octal | 310 | 10 | 223 | 0 | 140 | 32 | 26 | 475 | 134 | 51 |
| Binary | 11001000 | 1000 | 10010011 | 0 | 1100000 | 11010 | 10110 | 100111101 | 1011100 | 101001 |
Color Harmonies of #C80893
Complementary color
Monochromatic Colors of #C80893
Black with #C80893
Text Example
Text Example
White with #C80893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80893; }
p { color: rgb(200,8,147); }
H1.HeaderClassName
{
color: #C80893;
}
.AnyTagClassName
{
color: #C80893;
}
</style>
background-color css
<style>
a { background-color: #C80893; }
a { background-color: rgb(200,8,147); }
div.DivClassName
{
background-color: #C80893;
}
.BgClassName
{
background-color: #C80893;
}
</style>
border-color css
<style>
span { border-color: #C80893; }
span { border-color: rgb(200,8,147); }
td.TdClassName
{
border-color: #C80893;
}
.TagClassName
{
border-color: #C80893;
}
</style>