Shades of Medium Violet Red #C80390
Tints of Medium Violet Red #C80390
RGB
CMYK
RGB Variations
Color information
#C80390 (or 0xC80390) is known color: Medium Violet Red. HEX triplet: C8, 03 and 90. RGB value is (200,3,144). Sum of RGB (Red+Green+Blue) = 200+3+144=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C80390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80390 is #37FC6F. Grayscale: #4D4D4D. Windows color (decimal): -3669104 or 9438152. OLE color: 9438152.
HSL color Cylindrical-coordinate representation of color #C80390: hue angle of 317.06º degrees, saturation: 0.97, 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 #C80390 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.22 |
| HSL | 317.06º | 0.97% | 0.4% | - |
| HSV(B) | 317.06º | 0.99% | 0.78% | - |
| XYZ | 28.89 | 14.36 | 27.63 | - |
| YUV | 77.98 | 165.27 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 144 | 0 | 0.98 | 0.28 | 0.22 | 317.06 | 0.97 | 0.4 |
| Hex | C8 | 3 | 90 | 0 | 62 | 1C | 16 | 13D | 61 | 28 |
| Octal | 310 | 3 | 220 | 0 | 142 | 34 | 26 | 475 | 141 | 50 |
| Binary | 11001000 | 11 | 10010000 | 0 | 1100010 | 11100 | 10110 | 100111101 | 1100001 | 101000 |
Color Harmonies of #C80390
Complementary color
Monochromatic Colors of #C80390
Black with #C80390
Text Example
Text Example
White with #C80390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80390; }
p { color: rgb(200,3,144); }
H1.HeaderClassName
{
color: #C80390;
}
.AnyTagClassName
{
color: #C80390;
}
</style>
background-color css
<style>
a { background-color: #C80390; }
a { background-color: rgb(200,3,144); }
div.DivClassName
{
background-color: #C80390;
}
.BgClassName
{
background-color: #C80390;
}
</style>
border-color css
<style>
span { border-color: #C80390; }
span { border-color: rgb(200,3,144); }
td.TdClassName
{
border-color: #C80390;
}
.TagClassName
{
border-color: #C80390;
}
</style>