Shades of Medium Violet Red #C80189
Tints of Medium Violet Red #C80189
RGB
CMYK
RGB Variations
Color information
#C80189 (or 0xC80189) is known color: Medium Violet Red. HEX triplet: C8, 01 and 89. RGB value is (200,1,137). Sum of RGB (Red+Green+Blue) = 200+1+137=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C80189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80189 is #37FE76. Grayscale: #4B4B4B. Windows color (decimal): -3669623 or 8978888. OLE color: 8978888.
HSL color Cylindrical-coordinate representation of color #C80189: hue angle of 318.99º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80189 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.22 |
| HSL | 319º | 0.99% | 0.39% | - |
| HSV(B) | 319º | 1% | 0.78% | - |
| XYZ | 28.35 | 14.11 | 24.9 | - |
| YUV | 76.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 137 | 0 | 1.00 | 0.32 | 0.22 | 319 | 0.99 | 0.39 |
| Hex | C8 | 1 | 89 | 0 | 64 | 20 | 16 | 13F | 63 | 27 |
| Octal | 310 | 1 | 211 | 0 | 144 | 40 | 26 | 477 | 143 | 47 |
| Binary | 11001000 | 1 | 10001001 | 0 | 1100100 | 100000 | 10110 | 100111111 | 1100011 | 100111 |
Color Harmonies of #C80189
Complementary color
Monochromatic Colors of #C80189
Black with #C80189
Text Example
Text Example
White with #C80189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80189; }
p { color: rgb(200,1,137); }
H1.HeaderClassName
{
color: #C80189;
}
.AnyTagClassName
{
color: #C80189;
}
</style>
background-color css
<style>
a { background-color: #C80189; }
a { background-color: rgb(200,1,137); }
div.DivClassName
{
background-color: #C80189;
}
.BgClassName
{
background-color: #C80189;
}
</style>
border-color css
<style>
span { border-color: #C80189; }
span { border-color: rgb(200,1,137); }
td.TdClassName
{
border-color: #C80189;
}
.TagClassName
{
border-color: #C80189;
}
</style>