Shades of Medium Violet Red #C8058C
Tints of Medium Violet Red #C8058C
RGB
CMYK
RGB Variations
Color information
#C8058C (or 0xC8058C) is known color: Medium Violet Red. HEX triplet: C8, 05 and 8C. RGB value is (200,5,140). Sum of RGB (Red+Green+Blue) = 200+5+140=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8058C is #37FA73. Grayscale: #4E4E4E. Windows color (decimal): -3668596 or 9176520. OLE color: 9176520.
HSL color Cylindrical-coordinate representation of color #C8058C: hue angle of 318.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8058C is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.3 | 0.22 |
| HSL | 318.46º | 0.95% | 0.4% | - |
| HSV(B) | 318.46º | 0.98% | 0.78% | - |
| XYZ | 28.61 | 14.28 | 26.06 | - |
| YUV | 78.7 | 162.6 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 140 | 0 | 0.98 | 0.3 | 0.22 | 318.46 | 0.95 | 0.4 |
| Hex | C8 | 5 | 8C | 0 | 62 | 1E | 16 | 13E | 5F | 28 |
| Octal | 310 | 5 | 214 | 0 | 142 | 36 | 26 | 476 | 137 | 50 |
| Binary | 11001000 | 101 | 10001100 | 0 | 1100010 | 11110 | 10110 | 100111110 | 1011111 | 101000 |
Color Harmonies of #C8058C
Complementary color
Monochromatic Colors of #C8058C
Black with #C8058C
Text Example
Text Example
White with #C8058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8058C; }
p { color: rgb(200,5,140); }
H1.HeaderClassName
{
color: #C8058C;
}
.AnyTagClassName
{
color: #C8058C;
}
</style>
background-color css
<style>
a { background-color: #C8058C; }
a { background-color: rgb(200,5,140); }
div.DivClassName
{
background-color: #C8058C;
}
.BgClassName
{
background-color: #C8058C;
}
</style>
border-color css
<style>
span { border-color: #C8058C; }
span { border-color: rgb(200,5,140); }
td.TdClassName
{
border-color: #C8058C;
}
.TagClassName
{
border-color: #C8058C;
}
</style>