Shades of Medium Violet Red #C80493
Tints of Medium Violet Red #C80493
RGB
CMYK
RGB Variations
Color information
#C80493 (or 0xC80493) is known color: Medium Violet Red. HEX triplet: C8, 04 and 93. RGB value is (200,4,147). Sum of RGB (Red+Green+Blue) = 200+4+147=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C80493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80493 is #37FB6C. Grayscale: #4E4E4E. Windows color (decimal): -3668845 or 9635016. OLE color: 9635016.
HSL color Cylindrical-coordinate representation of color #C80493: hue angle of 316.22º degrees, saturation: 0.96, 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 #C80493 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.22 |
| HSL | 316.22º | 0.96% | 0.4% | - |
| HSV(B) | 316.22º | 0.98% | 0.78% | - |
| XYZ | 29.13 | 14.47 | 28.86 | - |
| YUV | 78.91 | 166.43 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 147 | 0 | 0.98 | 0.26 | 0.22 | 316.22 | 0.96 | 0.4 |
| Hex | C8 | 4 | 93 | 0 | 62 | 1A | 16 | 13C | 60 | 28 |
| Octal | 310 | 4 | 223 | 0 | 142 | 32 | 26 | 474 | 140 | 50 |
| Binary | 11001000 | 100 | 10010011 | 0 | 1100010 | 11010 | 10110 | 100111100 | 1100000 | 101000 |
Color Harmonies of #C80493
Complementary color
Monochromatic Colors of #C80493
Black with #C80493
Text Example
Text Example
White with #C80493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80493; }
p { color: rgb(200,4,147); }
H1.HeaderClassName
{
color: #C80493;
}
.AnyTagClassName
{
color: #C80493;
}
</style>
background-color css
<style>
a { background-color: #C80493; }
a { background-color: rgb(200,4,147); }
div.DivClassName
{
background-color: #C80493;
}
.BgClassName
{
background-color: #C80493;
}
</style>
border-color css
<style>
span { border-color: #C80493; }
span { border-color: rgb(200,4,147); }
td.TdClassName
{
border-color: #C80493;
}
.TagClassName
{
border-color: #C80493;
}
</style>