Shades of Medium Violet Red #C8028F
Tints of Medium Violet Red #C8028F
RGB
CMYK
RGB Variations
Color information
#C8028F (or 0xC8028F) is known color: Medium Violet Red. HEX triplet: C8, 02 and 8F. RGB value is (200,2,143). Sum of RGB (Red+Green+Blue) = 200+2+143=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8028F is #37FD70. Grayscale: #4C4C4C. Windows color (decimal): -3669361 or 9372360. OLE color: 9372360.
HSL color Cylindrical-coordinate representation of color #C8028F: hue angle of 317.27º 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 #C8028F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.22 |
| HSL | 317.27º | 0.98% | 0.4% | - |
| HSV(B) | 317.27º | 0.99% | 0.78% | - |
| XYZ | 28.8 | 14.31 | 27.23 | - |
| YUV | 77.28 | 165.1 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 143 | 0 | 0.99 | 0.28 | 0.22 | 317.27 | 0.98 | 0.4 |
| Hex | C8 | 2 | 8F | 0 | 63 | 1C | 16 | 13D | 62 | 28 |
| Octal | 310 | 2 | 217 | 0 | 143 | 34 | 26 | 475 | 142 | 50 |
| Binary | 11001000 | 10 | 10001111 | 0 | 1100011 | 11100 | 10110 | 100111101 | 1100010 | 101000 |
Color Harmonies of #C8028F
Complementary color
Monochromatic Colors of #C8028F
Black with #C8028F
Text Example
Text Example
White with #C8028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8028F; }
p { color: rgb(200,2,143); }
H1.HeaderClassName
{
color: #C8028F;
}
.AnyTagClassName
{
color: #C8028F;
}
</style>
background-color css
<style>
a { background-color: #C8028F; }
a { background-color: rgb(200,2,143); }
div.DivClassName
{
background-color: #C8028F;
}
.BgClassName
{
background-color: #C8028F;
}
</style>
border-color css
<style>
span { border-color: #C8028F; }
span { border-color: rgb(200,2,143); }
td.TdClassName
{
border-color: #C8028F;
}
.TagClassName
{
border-color: #C8028F;
}
</style>