Shades of Medium Violet Red #C80388
Tints of Medium Violet Red #C80388
RGB
CMYK
RGB Variations
Color information
#C80388 (or 0xC80388) is known color: Medium Violet Red. HEX triplet: C8, 03 and 88. RGB value is (200,3,136). Sum of RGB (Red+Green+Blue) = 200+3+136=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C80388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80388 is #37FC77. Grayscale: #4C4C4C. Windows color (decimal): -3669112 or 8913864. OLE color: 8913864.
HSL color Cylindrical-coordinate representation of color #C80388: hue angle of 319.49º 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 #C80388 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.22 |
| HSL | 319.49º | 0.97% | 0.4% | - |
| HSV(B) | 319.49º | 0.99% | 0.78% | - |
| XYZ | 28.3 | 14.12 | 24.53 | - |
| YUV | 77.07 | 161.27 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 136 | 0 | 0.98 | 0.32 | 0.22 | 319.49 | 0.97 | 0.4 |
| Hex | C8 | 3 | 88 | 0 | 62 | 20 | 16 | 13F | 61 | 28 |
| Octal | 310 | 3 | 210 | 0 | 142 | 40 | 26 | 477 | 141 | 50 |
| Binary | 11001000 | 11 | 10001000 | 0 | 1100010 | 100000 | 10110 | 100111111 | 1100001 | 101000 |
Color Harmonies of #C80388
Complementary color
Monochromatic Colors of #C80388
Black with #C80388
Text Example
Text Example
White with #C80388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80388; }
p { color: rgb(200,3,136); }
H1.HeaderClassName
{
color: #C80388;
}
.AnyTagClassName
{
color: #C80388;
}
</style>
background-color css
<style>
a { background-color: #C80388; }
a { background-color: rgb(200,3,136); }
div.DivClassName
{
background-color: #C80388;
}
.BgClassName
{
background-color: #C80388;
}
</style>
border-color css
<style>
span { border-color: #C80388; }
span { border-color: rgb(200,3,136); }
td.TdClassName
{
border-color: #C80388;
}
.TagClassName
{
border-color: #C80388;
}
</style>