Shades of Medium Violet Red #C8038C
Tints of Medium Violet Red #C8038C
RGB
CMYK
RGB Variations
Color information
#C8038C (or 0xC8038C) is known color: Medium Violet Red. HEX triplet: C8, 03 and 8C. RGB value is (200,3,140). Sum of RGB (Red+Green+Blue) = 200+3+140=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8038C is #37FC73. Grayscale: #4D4D4D. Windows color (decimal): -3669108 or 9176008. OLE color: 9176008.
HSL color Cylindrical-coordinate representation of color #C8038C: hue angle of 318.27º degrees, saturation: 0.97, 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 #C8038C is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 140 | - |
| CMYK | 0 | 0.98 | 0.3 | 0.22 |
| HSL | 318.27º | 0.97% | 0.4% | - |
| HSV(B) | 318.27º | 0.99% | 0.78% | - |
| XYZ | 28.59 | 14.24 | 26.05 | - |
| YUV | 77.52 | 163.27 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 140 | 0 | 0.98 | 0.3 | 0.22 | 318.27 | 0.97 | 0.4 |
| Hex | C8 | 3 | 8C | 0 | 62 | 1E | 16 | 13E | 61 | 28 |
| Octal | 310 | 3 | 214 | 0 | 142 | 36 | 26 | 476 | 141 | 50 |
| Binary | 11001000 | 11 | 10001100 | 0 | 1100010 | 11110 | 10110 | 100111110 | 1100001 | 101000 |
Color Harmonies of #C8038C
Complementary color
Monochromatic Colors of #C8038C
Black with #C8038C
Text Example
Text Example
White with #C8038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8038C; }
p { color: rgb(200,3,140); }
H1.HeaderClassName
{
color: #C8038C;
}
.AnyTagClassName
{
color: #C8038C;
}
</style>
background-color css
<style>
a { background-color: #C8038C; }
a { background-color: rgb(200,3,140); }
div.DivClassName
{
background-color: #C8038C;
}
.BgClassName
{
background-color: #C8038C;
}
</style>
border-color css
<style>
span { border-color: #C8038C; }
span { border-color: rgb(200,3,140); }
td.TdClassName
{
border-color: #C8038C;
}
.TagClassName
{
border-color: #C8038C;
}
</style>