Shades of Medium Violet Red #C8059B
Tints of Medium Violet Red #C8059B
RGB
CMYK
RGB Variations
Color information
#C8059B (or 0xC8059B) is known color: Medium Violet Red. HEX triplet: C8, 05 and 9B. RGB value is (200,5,155). Sum of RGB (Red+Green+Blue) = 200+5+155=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8059B is #37FA64. Grayscale: #505050. Windows color (decimal): -3668581 or 10159560. OLE color: 10159560.
HSL color Cylindrical-coordinate representation of color #C8059B: hue angle of 313.85º 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 #C8059B is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.22 |
| HSL | 313.85º | 0.95% | 0.4% | - |
| HSV(B) | 313.85º | 0.98% | 0.78% | - |
| XYZ | 29.79 | 14.75 | 32.29 | - |
| YUV | 80.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 155 | 0 | 0.98 | 0.22 | 0.22 | 313.85 | 0.95 | 0.4 |
| Hex | C8 | 5 | 9B | 0 | 62 | 16 | 16 | 13A | 5F | 28 |
| Octal | 310 | 5 | 233 | 0 | 142 | 26 | 26 | 472 | 137 | 50 |
| Binary | 11001000 | 101 | 10011011 | 0 | 1100010 | 10110 | 10110 | 100111010 | 1011111 | 101000 |
Color Harmonies of #C8059B
Complementary color
Monochromatic Colors of #C8059B
Black with #C8059B
Text Example
Text Example
White with #C8059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8059B; }
p { color: rgb(200,5,155); }
H1.HeaderClassName
{
color: #C8059B;
}
.AnyTagClassName
{
color: #C8059B;
}
</style>
background-color css
<style>
a { background-color: #C8059B; }
a { background-color: rgb(200,5,155); }
div.DivClassName
{
background-color: #C8059B;
}
.BgClassName
{
background-color: #C8059B;
}
</style>
border-color css
<style>
span { border-color: #C8059B; }
span { border-color: rgb(200,5,155); }
td.TdClassName
{
border-color: #C8059B;
}
.TagClassName
{
border-color: #C8059B;
}
</style>