Shades of Medium Violet Red #C80288
Tints of Medium Violet Red #C80288
RGB
CMYK
RGB Variations
Color information
#C80288 (or 0xC80288) is known color: Medium Violet Red. HEX triplet: C8, 02 and 88. RGB value is (200,2,136). Sum of RGB (Red+Green+Blue) = 200+2+136=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C80288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80288 is #37FD77. Grayscale: #4C4C4C. Windows color (decimal): -3669368 or 8913608. OLE color: 8913608.
HSL color Cylindrical-coordinate representation of color #C80288: hue angle of 319.39º 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 #C80288 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.22 |
| HSL | 319.39º | 0.98% | 0.4% | - |
| HSV(B) | 319.39º | 0.99% | 0.78% | - |
| XYZ | 28.29 | 14.1 | 24.52 | - |
| YUV | 76.48 | 161.6 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 136 | 0 | 0.99 | 0.32 | 0.22 | 319.39 | 0.98 | 0.4 |
| Hex | C8 | 2 | 88 | 0 | 63 | 20 | 16 | 13F | 62 | 28 |
| Octal | 310 | 2 | 210 | 0 | 143 | 40 | 26 | 477 | 142 | 50 |
| Binary | 11001000 | 10 | 10001000 | 0 | 1100011 | 100000 | 10110 | 100111111 | 1100010 | 101000 |
Color Harmonies of #C80288
Complementary color
Monochromatic Colors of #C80288
Black with #C80288
Text Example
Text Example
White with #C80288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80288; }
p { color: rgb(200,2,136); }
H1.HeaderClassName
{
color: #C80288;
}
.AnyTagClassName
{
color: #C80288;
}
</style>
background-color css
<style>
a { background-color: #C80288; }
a { background-color: rgb(200,2,136); }
div.DivClassName
{
background-color: #C80288;
}
.BgClassName
{
background-color: #C80288;
}
</style>
border-color css
<style>
span { border-color: #C80288; }
span { border-color: rgb(200,2,136); }
td.TdClassName
{
border-color: #C80288;
}
.TagClassName
{
border-color: #C80288;
}
</style>