Shades of Medium Violet Red #C8028A
Tints of Medium Violet Red #C8028A
RGB
CMYK
RGB Variations
Color information
#C8028A (or 0xC8028A) is known color: Medium Violet Red. HEX triplet: C8, 02 and 8A. RGB value is (200,2,138). Sum of RGB (Red+Green+Blue) = 200+2+138=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C8028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8028A is #37FD75. Grayscale: #4C4C4C. Windows color (decimal): -3669366 or 9044680. OLE color: 9044680.
HSL color Cylindrical-coordinate representation of color #C8028A: hue angle of 318.79º 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 #C8028A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.22 |
| HSL | 318.79º | 0.98% | 0.4% | - |
| HSV(B) | 318.79º | 0.99% | 0.78% | - |
| XYZ | 28.43 | 14.16 | 25.28 | - |
| YUV | 76.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 138 | 0 | 0.99 | 0.31 | 0.22 | 318.79 | 0.98 | 0.4 |
| Hex | C8 | 2 | 8A | 0 | 63 | 1F | 16 | 13F | 62 | 28 |
| Octal | 310 | 2 | 212 | 0 | 143 | 37 | 26 | 477 | 142 | 50 |
| Binary | 11001000 | 10 | 10001010 | 0 | 1100011 | 11111 | 10110 | 100111111 | 1100010 | 101000 |
Color Harmonies of #C8028A
Complementary color
Monochromatic Colors of #C8028A
Black with #C8028A
Text Example
Text Example
White with #C8028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8028A; }
p { color: rgb(200,2,138); }
H1.HeaderClassName
{
color: #C8028A;
}
.AnyTagClassName
{
color: #C8028A;
}
</style>
background-color css
<style>
a { background-color: #C8028A; }
a { background-color: rgb(200,2,138); }
div.DivClassName
{
background-color: #C8028A;
}
.BgClassName
{
background-color: #C8028A;
}
</style>
border-color css
<style>
span { border-color: #C8028A; }
span { border-color: rgb(200,2,138); }
td.TdClassName
{
border-color: #C8028A;
}
.TagClassName
{
border-color: #C8028A;
}
</style>