Shades of Medium Violet Red #C80399
Tints of Medium Violet Red #C80399
RGB
CMYK
RGB Variations
Color information
#C80399 (or 0xC80399) is known color: Medium Violet Red. HEX triplet: C8, 03 and 99. RGB value is (200,3,153). Sum of RGB (Red+Green+Blue) = 200+3+153=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C80399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80399 is #37FC66. Grayscale: #4E4E4E. Windows color (decimal): -3669095 or 10027976. OLE color: 10027976.
HSL color Cylindrical-coordinate representation of color #C80399: hue angle of 314.31º 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 #C80399 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 153 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.22 |
| HSL | 314.31º | 0.97% | 0.4% | - |
| HSV(B) | 314.31º | 0.99% | 0.78% | - |
| XYZ | 29.6 | 14.64 | 31.4 | - |
| YUV | 79 | 169.77 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 153 | 0 | 0.98 | 0.24 | 0.22 | 314.31 | 0.97 | 0.4 |
| Hex | C8 | 3 | 99 | 0 | 62 | 18 | 16 | 13A | 61 | 28 |
| Octal | 310 | 3 | 231 | 0 | 142 | 30 | 26 | 472 | 141 | 50 |
| Binary | 11001000 | 11 | 10011001 | 0 | 1100010 | 11000 | 10110 | 100111010 | 1100001 | 101000 |
Color Harmonies of #C80399
Complementary color
Monochromatic Colors of #C80399
Black with #C80399
Text Example
Text Example
White with #C80399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80399; }
p { color: rgb(200,3,153); }
H1.HeaderClassName
{
color: #C80399;
}
.AnyTagClassName
{
color: #C80399;
}
</style>
background-color css
<style>
a { background-color: #C80399; }
a { background-color: rgb(200,3,153); }
div.DivClassName
{
background-color: #C80399;
}
.BgClassName
{
background-color: #C80399;
}
</style>
border-color css
<style>
span { border-color: #C80399; }
span { border-color: rgb(200,3,153); }
td.TdClassName
{
border-color: #C80399;
}
.TagClassName
{
border-color: #C80399;
}
</style>