Shades of Medium Violet Red #C0077D
Tints of Medium Violet Red #C0077D
RGB
CMYK
RGB Variations
Color information
#C0077D (or 0xC0077D) is known color: Medium Violet Red. HEX triplet: C0, 07 and 7D. RGB value is (192,7,125). Sum of RGB (Red+Green+Blue) = 192+7+125=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0077D is #3FF882. Grayscale: #4B4B4B. Windows color (decimal): -4192387 or 8193984. OLE color: 8193984.
HSL color Cylindrical-coordinate representation of color #C0077D: hue angle of 321.73º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0077D is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.25 |
| HSL | 321.73º | 0.93% | 0.39% | - |
| HSV(B) | 321.73º | 0.96% | 0.75% | - |
| XYZ | 25.52 | 12.84 | 20.54 | - |
| YUV | 75.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 125 | 0 | 0.96 | 0.35 | 0.25 | 321.73 | 0.93 | 0.39 |
| Hex | C0 | 7 | 7D | 0 | 60 | 23 | 19 | 142 | 5D | 27 |
| Octal | 300 | 7 | 175 | 0 | 140 | 43 | 31 | 502 | 135 | 47 |
| Binary | 11000000 | 111 | 1111101 | 0 | 1100000 | 100011 | 11001 | 101000010 | 1011101 | 100111 |
Color Harmonies of #C0077D
Complementary color
Monochromatic Colors of #C0077D
Black with #C0077D
Text Example
Text Example
White with #C0077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0077D; }
p { color: rgb(192,7,125); }
H1.HeaderClassName
{
color: #C0077D;
}
.AnyTagClassName
{
color: #C0077D;
}
</style>
background-color css
<style>
a { background-color: #C0077D; }
a { background-color: rgb(192,7,125); }
div.DivClassName
{
background-color: #C0077D;
}
.BgClassName
{
background-color: #C0077D;
}
</style>
border-color css
<style>
span { border-color: #C0077D; }
span { border-color: rgb(192,7,125); }
td.TdClassName
{
border-color: #C0077D;
}
.TagClassName
{
border-color: #C0077D;
}
</style>