Shades of Medium Violet Red #C8028C
Tints of Medium Violet Red #C8028C
RGB
CMYK
RGB Variations
Color information
#C8028C (or 0xC8028C) is known color: Medium Violet Red. HEX triplet: C8, 02 and 8C. RGB value is (200,2,140). Sum of RGB (Red+Green+Blue) = 200+2+140=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8028C is #37FD73. Grayscale: #4C4C4C. Windows color (decimal): -3669364 or 9175752. OLE color: 9175752.
HSL color Cylindrical-coordinate representation of color #C8028C: hue angle of 318.18º 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 #C8028C is Cyan = 0, Magento = 0.99, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.3 | 0.22 |
| HSL | 318.18º | 0.98% | 0.4% | - |
| HSV(B) | 318.18º | 0.99% | 0.78% | - |
| XYZ | 28.57 | 14.22 | 26.05 | - |
| YUV | 76.93 | 163.6 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 140 | 0 | 0.99 | 0.3 | 0.22 | 318.18 | 0.98 | 0.4 |
| Hex | C8 | 2 | 8C | 0 | 63 | 1E | 16 | 13E | 62 | 28 |
| Octal | 310 | 2 | 214 | 0 | 143 | 36 | 26 | 476 | 142 | 50 |
| Binary | 11001000 | 10 | 10001100 | 0 | 1100011 | 11110 | 10110 | 100111110 | 1100010 | 101000 |
Color Harmonies of #C8028C
Complementary color
Monochromatic Colors of #C8028C
Black with #C8028C
Text Example
Text Example
White with #C8028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8028C; }
p { color: rgb(200,2,140); }
H1.HeaderClassName
{
color: #C8028C;
}
.AnyTagClassName
{
color: #C8028C;
}
</style>
background-color css
<style>
a { background-color: #C8028C; }
a { background-color: rgb(200,2,140); }
div.DivClassName
{
background-color: #C8028C;
}
.BgClassName
{
background-color: #C8028C;
}
</style>
border-color css
<style>
span { border-color: #C8028C; }
span { border-color: rgb(200,2,140); }
td.TdClassName
{
border-color: #C8028C;
}
.TagClassName
{
border-color: #C8028C;
}
</style>