Shades of Medium Violet Red #C80592
Tints of Medium Violet Red #C80592
RGB
CMYK
RGB Variations
Color information
#C80592 (or 0xC80592) is known color: Medium Violet Red. HEX triplet: C8, 05 and 92. RGB value is (200,5,146). Sum of RGB (Red+Green+Blue) = 200+5+146=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C80592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80592 is #37FA6D. Grayscale: #4F4F4F. Windows color (decimal): -3668590 or 9569736. OLE color: 9569736.
HSL color Cylindrical-coordinate representation of color #C80592: hue angle of 316.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80592 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 146 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.22 |
| HSL | 316.62º | 0.95% | 0.4% | - |
| HSV(B) | 316.62º | 0.98% | 0.78% | - |
| XYZ | 29.06 | 14.46 | 28.45 | - |
| YUV | 79.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 146 | 0 | 0.98 | 0.27 | 0.22 | 316.62 | 0.95 | 0.4 |
| Hex | C8 | 5 | 92 | 0 | 62 | 1B | 16 | 13D | 5F | 28 |
| Octal | 310 | 5 | 222 | 0 | 142 | 33 | 26 | 475 | 137 | 50 |
| Binary | 11001000 | 101 | 10010010 | 0 | 1100010 | 11011 | 10110 | 100111101 | 1011111 | 101000 |
Color Harmonies of #C80592
Complementary color
Monochromatic Colors of #C80592
Black with #C80592
Text Example
Text Example
White with #C80592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80592; }
p { color: rgb(200,5,146); }
H1.HeaderClassName
{
color: #C80592;
}
.AnyTagClassName
{
color: #C80592;
}
</style>
background-color css
<style>
a { background-color: #C80592; }
a { background-color: rgb(200,5,146); }
div.DivClassName
{
background-color: #C80592;
}
.BgClassName
{
background-color: #C80592;
}
</style>
border-color css
<style>
span { border-color: #C80592; }
span { border-color: rgb(200,5,146); }
td.TdClassName
{
border-color: #C80592;
}
.TagClassName
{
border-color: #C80592;
}
</style>