Shades of Medium Violet Red #C8028B
Tints of Medium Violet Red #C8028B
RGB
CMYK
RGB Variations
Color information
#C8028B (or 0xC8028B) is known color: Medium Violet Red. HEX triplet: C8, 02 and 8B. RGB value is (200,2,139). Sum of RGB (Red+Green+Blue) = 200+2+139=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8028B is #37FD74. Grayscale: #4C4C4C. Windows color (decimal): -3669365 or 9110216. OLE color: 9110216.
HSL color Cylindrical-coordinate representation of color #C8028B: hue angle of 318.48º 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 #C8028B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.22 |
| HSL | 318.48º | 0.98% | 0.4% | - |
| HSV(B) | 318.48º | 0.99% | 0.78% | - |
| XYZ | 28.5 | 14.19 | 25.66 | - |
| YUV | 76.82 | 163.1 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 139 | 0 | 0.99 | 0.30 | 0.22 | 318.48 | 0.98 | 0.4 |
| Hex | C8 | 2 | 8B | 0 | 63 | 1E | 16 | 13E | 62 | 28 |
| Octal | 310 | 2 | 213 | 0 | 143 | 36 | 26 | 476 | 142 | 50 |
| Binary | 11001000 | 10 | 10001011 | 0 | 1100011 | 11110 | 10110 | 100111110 | 1100010 | 101000 |
Color Harmonies of #C8028B
Complementary color
Monochromatic Colors of #C8028B
Black with #C8028B
Text Example
Text Example
White with #C8028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8028B; }
p { color: rgb(200,2,139); }
H1.HeaderClassName
{
color: #C8028B;
}
.AnyTagClassName
{
color: #C8028B;
}
</style>
background-color css
<style>
a { background-color: #C8028B; }
a { background-color: rgb(200,2,139); }
div.DivClassName
{
background-color: #C8028B;
}
.BgClassName
{
background-color: #C8028B;
}
</style>
border-color css
<style>
span { border-color: #C8028B; }
span { border-color: rgb(200,2,139); }
td.TdClassName
{
border-color: #C8028B;
}
.TagClassName
{
border-color: #C8028B;
}
</style>