Shades of Medium Violet Red #C8058B
Tints of Medium Violet Red #C8058B
RGB
CMYK
RGB Variations
Color information
#C8058B (or 0xC8058B) is known color: Medium Violet Red. HEX triplet: C8, 05 and 8B. RGB value is (200,5,139). Sum of RGB (Red+Green+Blue) = 200+5+139=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8058B is #37FA74. Grayscale: #4E4E4E. Windows color (decimal): -3668597 or 9110984. OLE color: 9110984.
HSL color Cylindrical-coordinate representation of color #C8058B: hue angle of 318.77º 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 #C8058B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.22 |
| HSL | 318.77º | 0.95% | 0.4% | - |
| HSV(B) | 318.77º | 0.98% | 0.78% | - |
| XYZ | 28.53 | 14.25 | 25.67 | - |
| YUV | 78.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 139 | 0 | 0.98 | 0.30 | 0.22 | 318.77 | 0.95 | 0.4 |
| Hex | C8 | 5 | 8B | 0 | 62 | 1E | 16 | 13F | 5F | 28 |
| Octal | 310 | 5 | 213 | 0 | 142 | 36 | 26 | 477 | 137 | 50 |
| Binary | 11001000 | 101 | 10001011 | 0 | 1100010 | 11110 | 10110 | 100111111 | 1011111 | 101000 |
Color Harmonies of #C8058B
Complementary color
Monochromatic Colors of #C8058B
Black with #C8058B
Text Example
Text Example
White with #C8058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8058B; }
p { color: rgb(200,5,139); }
H1.HeaderClassName
{
color: #C8058B;
}
.AnyTagClassName
{
color: #C8058B;
}
</style>
background-color css
<style>
a { background-color: #C8058B; }
a { background-color: rgb(200,5,139); }
div.DivClassName
{
background-color: #C8058B;
}
.BgClassName
{
background-color: #C8058B;
}
</style>
border-color css
<style>
span { border-color: #C8058B; }
span { border-color: rgb(200,5,139); }
td.TdClassName
{
border-color: #C8058B;
}
.TagClassName
{
border-color: #C8058B;
}
</style>