Shades of Medium Violet Red #C80290
Tints of Medium Violet Red #C80290
RGB
CMYK
RGB Variations
Color information
#C80290 (or 0xC80290) is known color: Medium Violet Red. HEX triplet: C8, 02 and 90. RGB value is (200,2,144). Sum of RGB (Red+Green+Blue) = 200+2+144=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C80290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80290 is #37FD6F. Grayscale: #4D4D4D. Windows color (decimal): -3669360 or 9437896. OLE color: 9437896.
HSL color Cylindrical-coordinate representation of color #C80290: hue angle of 316.97º 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 #C80290 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.22 |
| HSL | 316.97º | 0.98% | 0.4% | - |
| HSV(B) | 316.97º | 0.99% | 0.78% | - |
| XYZ | 28.88 | 14.34 | 27.63 | - |
| YUV | 77.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 144 | 0 | 0.99 | 0.28 | 0.22 | 316.97 | 0.98 | 0.4 |
| Hex | C8 | 2 | 90 | 0 | 63 | 1C | 16 | 13D | 62 | 28 |
| Octal | 310 | 2 | 220 | 0 | 143 | 34 | 26 | 475 | 142 | 50 |
| Binary | 11001000 | 10 | 10010000 | 0 | 1100011 | 11100 | 10110 | 100111101 | 1100010 | 101000 |
Color Harmonies of #C80290
Complementary color
Monochromatic Colors of #C80290
Black with #C80290
Text Example
Text Example
White with #C80290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80290; }
p { color: rgb(200,2,144); }
H1.HeaderClassName
{
color: #C80290;
}
.AnyTagClassName
{
color: #C80290;
}
</style>
background-color css
<style>
a { background-color: #C80290; }
a { background-color: rgb(200,2,144); }
div.DivClassName
{
background-color: #C80290;
}
.BgClassName
{
background-color: #C80290;
}
</style>
border-color css
<style>
span { border-color: #C80290; }
span { border-color: rgb(200,2,144); }
td.TdClassName
{
border-color: #C80290;
}
.TagClassName
{
border-color: #C80290;
}
</style>