Shades of Medium Violet Red #C00177
Tints of Medium Violet Red #C00177
RGB
CMYK
RGB Variations
Color information
#C00177 (or 0xC00177) is known color: Medium Violet Red. HEX triplet: C0, 01 and 77. RGB value is (192,1,119). Sum of RGB (Red+Green+Blue) = 192+1+119=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C00177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00177 is #3FFE88. Grayscale: #474747. Windows color (decimal): -4193929 or 7799232. OLE color: 7799232.
HSL color Cylindrical-coordinate representation of color #C00177: hue angle of 322.93º 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 #C00177 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.25 |
| HSL | 322.93º | 0.99% | 0.38% | - |
| HSV(B) | 322.93º | 0.99% | 0.75% | - |
| XYZ | 25.08 | 12.56 | 18.56 | - |
| YUV | 71.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 119 | 0 | 0.99 | 0.38 | 0.25 | 322.93 | 0.99 | 0.38 |
| Hex | C0 | 1 | 77 | 0 | 63 | 26 | 19 | 143 | 63 | 26 |
| Octal | 300 | 1 | 167 | 0 | 143 | 46 | 31 | 503 | 143 | 46 |
| Binary | 11000000 | 1 | 1110111 | 0 | 1100011 | 100110 | 11001 | 101000011 | 1100011 | 100110 |
Color Harmonies of #C00177
Complementary color
Monochromatic Colors of #C00177
Black with #C00177
Text Example
Text Example
White with #C00177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00177; }
p { color: rgb(192,1,119); }
H1.HeaderClassName
{
color: #C00177;
}
.AnyTagClassName
{
color: #C00177;
}
</style>
background-color css
<style>
a { background-color: #C00177; }
a { background-color: rgb(192,1,119); }
div.DivClassName
{
background-color: #C00177;
}
.BgClassName
{
background-color: #C00177;
}
</style>
border-color css
<style>
span { border-color: #C00177; }
span { border-color: rgb(192,1,119); }
td.TdClassName
{
border-color: #C00177;
}
.TagClassName
{
border-color: #C00177;
}
</style>