Shades of Medium Violet Red #C80294
Tints of Medium Violet Red #C80294
RGB
CMYK
RGB Variations
Color information
#C80294 (or 0xC80294) is known color: Medium Violet Red. HEX triplet: C8, 02 and 94. RGB value is (200,2,148). Sum of RGB (Red+Green+Blue) = 200+2+148=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C80294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80294 is #37FD6B. Grayscale: #4D4D4D. Windows color (decimal): -3669356 or 9700040. OLE color: 9700040.
HSL color Cylindrical-coordinate representation of color #C80294: hue angle of 315.76º 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 #C80294 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.22 |
| HSL | 315.76º | 0.98% | 0.4% | - |
| HSV(B) | 315.76º | 0.99% | 0.78% | - |
| XYZ | 29.19 | 14.46 | 29.27 | - |
| YUV | 77.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 148 | 0 | 0.99 | 0.26 | 0.22 | 315.76 | 0.98 | 0.4 |
| Hex | C8 | 2 | 94 | 0 | 63 | 1A | 16 | 13C | 62 | 28 |
| Octal | 310 | 2 | 224 | 0 | 143 | 32 | 26 | 474 | 142 | 50 |
| Binary | 11001000 | 10 | 10010100 | 0 | 1100011 | 11010 | 10110 | 100111100 | 1100010 | 101000 |
Color Harmonies of #C80294
Complementary color
Monochromatic Colors of #C80294
Black with #C80294
Text Example
Text Example
White with #C80294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80294; }
p { color: rgb(200,2,148); }
H1.HeaderClassName
{
color: #C80294;
}
.AnyTagClassName
{
color: #C80294;
}
</style>
background-color css
<style>
a { background-color: #C80294; }
a { background-color: rgb(200,2,148); }
div.DivClassName
{
background-color: #C80294;
}
.BgClassName
{
background-color: #C80294;
}
</style>
border-color css
<style>
span { border-color: #C80294; }
span { border-color: rgb(200,2,148); }
td.TdClassName
{
border-color: #C80294;
}
.TagClassName
{
border-color: #C80294;
}
</style>