Shades of Medium Violet Red #C80178
Tints of Medium Violet Red #C80178
RGB
CMYK
RGB Variations
Color information
#C80178 (or 0xC80178) is known color: Medium Violet Red. HEX triplet: C8, 01 and 78. RGB value is (200,1,120). Sum of RGB (Red+Green+Blue) = 200+1+120=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C80178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80178 is #37FE87. Grayscale: #494949. Windows color (decimal): -3669640 or 7864776. OLE color: 7864776.
HSL color Cylindrical-coordinate representation of color #C80178: hue angle of 324.12º 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 #C80178 is Cyan = 0, Magento = 1.00, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.4 | 0.22 |
| HSL | 324.12º | 0.99% | 0.39% | - |
| HSV(B) | 324.12º | 1% | 0.78% | - |
| XYZ | 27.22 | 13.66 | 18.97 | - |
| YUV | 74.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 120 | 0 | 1.00 | 0.4 | 0.22 | 324.12 | 0.99 | 0.39 |
| Hex | C8 | 1 | 78 | 0 | 64 | 28 | 16 | 144 | 63 | 27 |
| Octal | 310 | 1 | 170 | 0 | 144 | 50 | 26 | 504 | 143 | 47 |
| Binary | 11001000 | 1 | 1111000 | 0 | 1100100 | 101000 | 10110 | 101000100 | 1100011 | 100111 |
Color Harmonies of #C80178
Complementary color
Monochromatic Colors of #C80178
Black with #C80178
Text Example
Text Example
White with #C80178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80178; }
p { color: rgb(200,1,120); }
H1.HeaderClassName
{
color: #C80178;
}
.AnyTagClassName
{
color: #C80178;
}
</style>
background-color css
<style>
a { background-color: #C80178; }
a { background-color: rgb(200,1,120); }
div.DivClassName
{
background-color: #C80178;
}
.BgClassName
{
background-color: #C80178;
}
</style>
border-color css
<style>
span { border-color: #C80178; }
span { border-color: rgb(200,1,120); }
td.TdClassName
{
border-color: #C80178;
}
.TagClassName
{
border-color: #C80178;
}
</style>