Shades of Medium Violet Red #C80298
Tints of Medium Violet Red #C80298
RGB
CMYK
RGB Variations
Color information
#C80298 (or 0xC80298) is known color: Medium Violet Red. HEX triplet: C8, 02 and 98. RGB value is (200,2,152). Sum of RGB (Red+Green+Blue) = 200+2+152=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C80298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80298 is #37FD67. Grayscale: #4D4D4D. Windows color (decimal): -3669352 or 9962184. OLE color: 9962184.
HSL color Cylindrical-coordinate representation of color #C80298: hue angle of 314.55º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80298 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.22 |
| HSL | 314.55º | 0.98% | 0.4% | - |
| HSV(B) | 314.55º | 0.99% | 0.78% | - |
| XYZ | 29.51 | 14.59 | 30.97 | - |
| YUV | 78.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 152 | 0 | 0.99 | 0.24 | 0.22 | 314.55 | 0.98 | 0.4 |
| Hex | C8 | 2 | 98 | 0 | 63 | 18 | 16 | 13B | 62 | 28 |
| Octal | 310 | 2 | 230 | 0 | 143 | 30 | 26 | 473 | 142 | 50 |
| Binary | 11001000 | 10 | 10011000 | 0 | 1100011 | 11000 | 10110 | 100111011 | 1100010 | 101000 |
Color Harmonies of #C80298
Complementary color
Monochromatic Colors of #C80298
Black with #C80298
Text Example
Text Example
White with #C80298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80298; }
p { color: rgb(200,2,152); }
H1.HeaderClassName
{
color: #C80298;
}
.AnyTagClassName
{
color: #C80298;
}
</style>
background-color css
<style>
a { background-color: #C80298; }
a { background-color: rgb(200,2,152); }
div.DivClassName
{
background-color: #C80298;
}
.BgClassName
{
background-color: #C80298;
}
</style>
border-color css
<style>
span { border-color: #C80298; }
span { border-color: rgb(200,2,152); }
td.TdClassName
{
border-color: #C80298;
}
.TagClassName
{
border-color: #C80298;
}
</style>