Shades of Medium Violet Red #C80598
Tints of Medium Violet Red #C80598
RGB
CMYK
RGB Variations
Color information
#C80598 (or 0xC80598) is known color: Medium Violet Red. HEX triplet: C8, 05 and 98. RGB value is (200,5,152). Sum of RGB (Red+Green+Blue) = 200+5+152=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C80598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80598 is #37FA67. Grayscale: #4F4F4F. Windows color (decimal): -3668584 or 9962952. OLE color: 9962952.
HSL color Cylindrical-coordinate representation of color #C80598: hue angle of 314.77º 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 #C80598 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.22 |
| HSL | 314.77º | 0.95% | 0.4% | - |
| HSV(B) | 314.77º | 0.98% | 0.78% | - |
| XYZ | 29.54 | 14.65 | 30.98 | - |
| YUV | 80.06 | 168.6 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 152 | 0 | 0.98 | 0.24 | 0.22 | 314.77 | 0.95 | 0.4 |
| Hex | C8 | 5 | 98 | 0 | 62 | 18 | 16 | 13B | 5F | 28 |
| Octal | 310 | 5 | 230 | 0 | 142 | 30 | 26 | 473 | 137 | 50 |
| Binary | 11001000 | 101 | 10011000 | 0 | 1100010 | 11000 | 10110 | 100111011 | 1011111 | 101000 |
Color Harmonies of #C80598
Complementary color
Monochromatic Colors of #C80598
Black with #C80598
Text Example
Text Example
White with #C80598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80598; }
p { color: rgb(200,5,152); }
H1.HeaderClassName
{
color: #C80598;
}
.AnyTagClassName
{
color: #C80598;
}
</style>
background-color css
<style>
a { background-color: #C80598; }
a { background-color: rgb(200,5,152); }
div.DivClassName
{
background-color: #C80598;
}
.BgClassName
{
background-color: #C80598;
}
</style>
border-color css
<style>
span { border-color: #C80598; }
span { border-color: rgb(200,5,152); }
td.TdClassName
{
border-color: #C80598;
}
.TagClassName
{
border-color: #C80598;
}
</style>