Shades of Medium Violet Red #C80B9D
Tints of Medium Violet Red #C80B9D
RGB
CMYK
RGB Variations
Color information
#C80B9D (or 0xC80B9D) is known color: Medium Violet Red. HEX triplet: C8, 0B and 9D. RGB value is (200,11,157). Sum of RGB (Red+Green+Blue) = 200+11+157=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80B9D is #37F462. Grayscale: #535353. Windows color (decimal): -3667043 or 10292168. OLE color: 10292168.
HSL color Cylindrical-coordinate representation of color #C80B9D: hue angle of 313.65º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B9D is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 157 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.22 |
| HSL | 313.65º | 0.9% | 0.41% | - |
| HSV(B) | 313.65º | 0.95% | 0.78% | - |
| XYZ | 30.02 | 14.95 | 33.2 | - |
| YUV | 84.16 | 169.12 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 157 | 0 | 0.94 | 0.22 | 0.22 | 313.65 | 0.9 | 0.41 |
| Hex | C8 | B | 9D | 0 | 5E | 16 | 16 | 13A | 5A | 29 |
| Octal | 310 | 13 | 235 | 0 | 136 | 26 | 26 | 472 | 132 | 51 |
| Binary | 11001000 | 1011 | 10011101 | 0 | 1011110 | 10110 | 10110 | 100111010 | 1011010 | 101001 |
Color Harmonies of #C80B9D
Complementary color
Monochromatic Colors of #C80B9D
Black with #C80B9D
Text Example
Text Example
White with #C80B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B9D; }
p { color: rgb(200,11,157); }
H1.HeaderClassName
{
color: #C80B9D;
}
.AnyTagClassName
{
color: #C80B9D;
}
</style>
background-color css
<style>
a { background-color: #C80B9D; }
a { background-color: rgb(200,11,157); }
div.DivClassName
{
background-color: #C80B9D;
}
.BgClassName
{
background-color: #C80B9D;
}
</style>
border-color css
<style>
span { border-color: #C80B9D; }
span { border-color: rgb(200,11,157); }
td.TdClassName
{
border-color: #C80B9D;
}
.TagClassName
{
border-color: #C80B9D;
}
</style>