Shades of Medium Violet Red #CC077B
Tints of Medium Violet Red #CC077B
RGB
CMYK
RGB Variations
Color information
#CC077B (or 0xCC077B) is known color: Medium Violet Red. HEX triplet: CC, 07 and 7B. RGB value is (204,7,123). Sum of RGB (Red+Green+Blue) = 204+7+123=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC077B is #33F884. Grayscale: #4E4E4E. Windows color (decimal): -3405957 or 8062924. OLE color: 8062924.
HSL color Cylindrical-coordinate representation of color #CC077B: hue angle of 324.67º 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 #CC077B is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.2 |
| HSL | 324.67º | 0.93% | 0.41% | - |
| HSV(B) | 324.67º | 0.97% | 0.8% | - |
| XYZ | 28.55 | 14.42 | 20.02 | - |
| YUV | 79.13 | 152.77 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 123 | 0 | 0.97 | 0.40 | 0.2 | 324.67 | 0.93 | 0.41 |
| Hex | CC | 7 | 7B | 0 | 61 | 28 | 14 | 145 | 5D | 29 |
| Octal | 314 | 7 | 173 | 0 | 141 | 50 | 24 | 505 | 135 | 51 |
| Binary | 11001100 | 111 | 1111011 | 0 | 1100001 | 101000 | 10100 | 101000101 | 1011101 | 101001 |
Color Harmonies of #CC077B
Complementary color
Monochromatic Colors of #CC077B
Black with #CC077B
Text Example
Text Example
White with #CC077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC077B; }
p { color: rgb(204,7,123); }
H1.HeaderClassName
{
color: #CC077B;
}
.AnyTagClassName
{
color: #CC077B;
}
</style>
background-color css
<style>
a { background-color: #CC077B; }
a { background-color: rgb(204,7,123); }
div.DivClassName
{
background-color: #CC077B;
}
.BgClassName
{
background-color: #CC077B;
}
</style>
border-color css
<style>
span { border-color: #CC077B; }
span { border-color: rgb(204,7,123); }
td.TdClassName
{
border-color: #CC077B;
}
.TagClassName
{
border-color: #CC077B;
}
</style>