Shades of Medium Violet Red #CC077C
Tints of Medium Violet Red #CC077C
RGB
CMYK
RGB Variations
Color information
#CC077C (or 0xCC077C) is known color: Medium Violet Red. HEX triplet: CC, 07 and 7C. RGB value is (204,7,124). Sum of RGB (Red+Green+Blue) = 204+7+124=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC077C is #33F883. Grayscale: #4E4E4E. Windows color (decimal): -3405956 or 8128460. OLE color: 8128460.
HSL color Cylindrical-coordinate representation of color #CC077C: hue angle of 324.37º 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 #CC077C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.2 |
| HSL | 324.37º | 0.93% | 0.41% | - |
| HSV(B) | 324.37º | 0.97% | 0.8% | - |
| XYZ | 28.62 | 14.44 | 20.35 | - |
| YUV | 79.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 124 | 0 | 0.97 | 0.39 | 0.2 | 324.37 | 0.93 | 0.41 |
| Hex | CC | 7 | 7C | 0 | 61 | 27 | 14 | 144 | 5D | 29 |
| Octal | 314 | 7 | 174 | 0 | 141 | 47 | 24 | 504 | 135 | 51 |
| Binary | 11001100 | 111 | 1111100 | 0 | 1100001 | 100111 | 10100 | 101000100 | 1011101 | 101001 |
Color Harmonies of #CC077C
Complementary color
Monochromatic Colors of #CC077C
Black with #CC077C
Text Example
Text Example
White with #CC077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC077C; }
p { color: rgb(204,7,124); }
H1.HeaderClassName
{
color: #CC077C;
}
.AnyTagClassName
{
color: #CC077C;
}
</style>
background-color css
<style>
a { background-color: #CC077C; }
a { background-color: rgb(204,7,124); }
div.DivClassName
{
background-color: #CC077C;
}
.BgClassName
{
background-color: #CC077C;
}
</style>
border-color css
<style>
span { border-color: #CC077C; }
span { border-color: rgb(204,7,124); }
td.TdClassName
{
border-color: #CC077C;
}
.TagClassName
{
border-color: #CC077C;
}
</style>