Shades of Medium Violet Red #C00178
Tints of Medium Violet Red #C00178
RGB
CMYK
RGB Variations
Color information
#C00178 (or 0xC00178) is known color: Medium Violet Red. HEX triplet: C0, 01 and 78. RGB value is (192,1,120). Sum of RGB (Red+Green+Blue) = 192+1+120=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00178 is #3FFE87. Grayscale: #474747. Windows color (decimal): -4193928 or 7864768. OLE color: 7864768.
HSL color Cylindrical-coordinate representation of color #C00178: hue angle of 322.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00178 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.25 |
| HSL | 322.62º | 0.99% | 0.38% | - |
| HSV(B) | 322.62º | 0.99% | 0.75% | - |
| XYZ | 25.14 | 12.58 | 18.87 | - |
| YUV | 71.68 | 155.28 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 120 | 0 | 0.99 | 0.38 | 0.25 | 322.62 | 0.99 | 0.38 |
| Hex | C0 | 1 | 78 | 0 | 63 | 26 | 19 | 143 | 63 | 26 |
| Octal | 300 | 1 | 170 | 0 | 143 | 46 | 31 | 503 | 143 | 46 |
| Binary | 11000000 | 1 | 1111000 | 0 | 1100011 | 100110 | 11001 | 101000011 | 1100011 | 100110 |
Color Harmonies of #C00178
Complementary color
Monochromatic Colors of #C00178
Black with #C00178
Text Example
Text Example
White with #C00178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00178; }
p { color: rgb(192,1,120); }
H1.HeaderClassName
{
color: #C00178;
}
.AnyTagClassName
{
color: #C00178;
}
</style>
background-color css
<style>
a { background-color: #C00178; }
a { background-color: rgb(192,1,120); }
div.DivClassName
{
background-color: #C00178;
}
.BgClassName
{
background-color: #C00178;
}
</style>
border-color css
<style>
span { border-color: #C00178; }
span { border-color: rgb(192,1,120); }
td.TdClassName
{
border-color: #C00178;
}
.TagClassName
{
border-color: #C00178;
}
</style>