Shades of Medium Violet Red #C00377
Tints of Medium Violet Red #C00377
RGB
CMYK
RGB Variations
Color information
#C00377 (or 0xC00377) is known color: Medium Violet Red. HEX triplet: C0, 03 and 77. RGB value is (192,3,119). Sum of RGB (Red+Green+Blue) = 192+3+119=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00377 is #3FFC88. Grayscale: #484848. Windows color (decimal): -4193417 or 7799744. OLE color: 7799744.
HSL color Cylindrical-coordinate representation of color #C00377: hue angle of 323.17º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00377 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.25 |
| HSL | 323.17º | 0.97% | 0.38% | - |
| HSV(B) | 323.17º | 0.98% | 0.75% | - |
| XYZ | 25.1 | 12.6 | 18.56 | - |
| YUV | 72.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 119 | 0 | 0.98 | 0.38 | 0.25 | 323.17 | 0.97 | 0.38 |
| Hex | C0 | 3 | 77 | 0 | 62 | 26 | 19 | 143 | 61 | 26 |
| Octal | 300 | 3 | 167 | 0 | 142 | 46 | 31 | 503 | 141 | 46 |
| Binary | 11000000 | 11 | 1110111 | 0 | 1100010 | 100110 | 11001 | 101000011 | 1100001 | 100110 |
Color Harmonies of #C00377
Complementary color
Monochromatic Colors of #C00377
Black with #C00377
Text Example
Text Example
White with #C00377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00377; }
p { color: rgb(192,3,119); }
H1.HeaderClassName
{
color: #C00377;
}
.AnyTagClassName
{
color: #C00377;
}
</style>
background-color css
<style>
a { background-color: #C00377; }
a { background-color: rgb(192,3,119); }
div.DivClassName
{
background-color: #C00377;
}
.BgClassName
{
background-color: #C00377;
}
</style>
border-color css
<style>
span { border-color: #C00377; }
span { border-color: rgb(192,3,119); }
td.TdClassName
{
border-color: #C00377;
}
.TagClassName
{
border-color: #C00377;
}
</style>