Shades of Medium Violet Red #CC0773
Tints of Medium Violet Red #CC0773
RGB
CMYK
RGB Variations
Color information
#CC0773 (or 0xCC0773) is known color: Medium Violet Red. HEX triplet: CC, 07 and 73. RGB value is (204,7,115). Sum of RGB (Red+Green+Blue) = 204+7+115=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0773 is #33F88C. Grayscale: #4D4D4D. Windows color (decimal): -3405965 or 7538636. OLE color: 7538636.
HSL color Cylindrical-coordinate representation of color #CC0773: hue angle of 327.11º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0773 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.2 |
| HSL | 327.11º | 0.93% | 0.41% | - |
| HSV(B) | 327.11º | 0.97% | 0.8% | - |
| XYZ | 28.07 | 14.23 | 17.49 | - |
| YUV | 78.22 | 148.77 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 115 | 0 | 0.97 | 0.44 | 0.2 | 327.11 | 0.93 | 0.41 |
| Hex | CC | 7 | 73 | 0 | 61 | 2C | 14 | 147 | 5D | 29 |
| Octal | 314 | 7 | 163 | 0 | 141 | 54 | 24 | 507 | 135 | 51 |
| Binary | 11001100 | 111 | 1110011 | 0 | 1100001 | 101100 | 10100 | 101000111 | 1011101 | 101001 |
Color Harmonies of #CC0773
Complementary color
Monochromatic Colors of #CC0773
Black with #CC0773
Text Example
Text Example
White with #CC0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0773; }
p { color: rgb(204,7,115); }
H1.HeaderClassName
{
color: #CC0773;
}
.AnyTagClassName
{
color: #CC0773;
}
</style>
background-color css
<style>
a { background-color: #CC0773; }
a { background-color: rgb(204,7,115); }
div.DivClassName
{
background-color: #CC0773;
}
.BgClassName
{
background-color: #CC0773;
}
</style>
border-color css
<style>
span { border-color: #CC0773; }
span { border-color: rgb(204,7,115); }
td.TdClassName
{
border-color: #CC0773;
}
.TagClassName
{
border-color: #CC0773;
}
</style>