Shades of Medium Violet Red #CC079B
Tints of Medium Violet Red #CC079B
RGB
CMYK
RGB Variations
Color information
#CC079B (or 0xCC079B) is known color: Medium Violet Red. HEX triplet: CC, 07 and 9B. RGB value is (204,7,155). Sum of RGB (Red+Green+Blue) = 204+7+155=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC079B is #33F864. Grayscale: #525252. Windows color (decimal): -3405925 or 10160076. OLE color: 10160076.
HSL color Cylindrical-coordinate representation of color #CC079B: hue angle of 314.92º 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 #CC079B is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.2 |
| HSL | 314.92º | 0.93% | 0.41% | - |
| HSV(B) | 314.92º | 0.97% | 0.8% | - |
| XYZ | 30.89 | 15.36 | 32.35 | - |
| YUV | 82.78 | 168.77 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 155 | 0 | 0.97 | 0.24 | 0.2 | 314.92 | 0.93 | 0.41 |
| Hex | CC | 7 | 9B | 0 | 61 | 18 | 14 | 13B | 5D | 29 |
| Octal | 314 | 7 | 233 | 0 | 141 | 30 | 24 | 473 | 135 | 51 |
| Binary | 11001100 | 111 | 10011011 | 0 | 1100001 | 11000 | 10100 | 100111011 | 1011101 | 101001 |
Color Harmonies of #CC079B
Complementary color
Monochromatic Colors of #CC079B
Black with #CC079B
Text Example
Text Example
White with #CC079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC079B; }
p { color: rgb(204,7,155); }
H1.HeaderClassName
{
color: #CC079B;
}
.AnyTagClassName
{
color: #CC079B;
}
</style>
background-color css
<style>
a { background-color: #CC079B; }
a { background-color: rgb(204,7,155); }
div.DivClassName
{
background-color: #CC079B;
}
.BgClassName
{
background-color: #CC079B;
}
</style>
border-color css
<style>
span { border-color: #CC079B; }
span { border-color: rgb(204,7,155); }
td.TdClassName
{
border-color: #CC079B;
}
.TagClassName
{
border-color: #CC079B;
}
</style>