Shades of Medium Violet Red #C80D9B
Tints of Medium Violet Red #C80D9B
RGB
CMYK
RGB Variations
Color information
#C80D9B (or 0xC80D9B) is known color: Medium Violet Red. HEX triplet: C8, 0D and 9B. RGB value is (200,13,155). Sum of RGB (Red+Green+Blue) = 200+13+155=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D9B is #37F264. Grayscale: #545454. Windows color (decimal): -3666533 or 10161608. OLE color: 10161608.
HSL color Cylindrical-coordinate representation of color #C80D9B: hue angle of 314.44º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D9B is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 155 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.22 |
| HSL | 314.44º | 0.88% | 0.42% | - |
| HSV(B) | 314.44º | 0.94% | 0.78% | - |
| XYZ | 29.88 | 14.93 | 32.32 | - |
| YUV | 85.1 | 167.45 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 155 | 0 | 0.94 | 0.22 | 0.22 | 314.44 | 0.88 | 0.42 |
| Hex | C8 | D | 9B | 0 | 5E | 16 | 16 | 13A | 58 | 2A |
| Octal | 310 | 15 | 233 | 0 | 136 | 26 | 26 | 472 | 130 | 52 |
| Binary | 11001000 | 1101 | 10011011 | 0 | 1011110 | 10110 | 10110 | 100111010 | 1011000 | 101010 |
Color Harmonies of #C80D9B
Complementary color
Monochromatic Colors of #C80D9B
Black with #C80D9B
Text Example
Text Example
White with #C80D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D9B; }
p { color: rgb(200,13,155); }
H1.HeaderClassName
{
color: #C80D9B;
}
.AnyTagClassName
{
color: #C80D9B;
}
</style>
background-color css
<style>
a { background-color: #C80D9B; }
a { background-color: rgb(200,13,155); }
div.DivClassName
{
background-color: #C80D9B;
}
.BgClassName
{
background-color: #C80D9B;
}
</style>
border-color css
<style>
span { border-color: #C80D9B; }
span { border-color: rgb(200,13,155); }
td.TdClassName
{
border-color: #C80D9B;
}
.TagClassName
{
border-color: #C80D9B;
}
</style>