Shades of Medium Violet Red #CC079F
Tints of Medium Violet Red #CC079F
RGB
CMYK
RGB Variations
Color information
#CC079F (or 0xCC079F) is known color: Medium Violet Red. HEX triplet: CC, 07 and 9F. RGB value is (204,7,159). Sum of RGB (Red+Green+Blue) = 204+7+159=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC079F is #33F860. Grayscale: #525252. Windows color (decimal): -3405921 or 10422220. OLE color: 10422220.
HSL color Cylindrical-coordinate representation of color #CC079F: hue angle of 313.71º 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 #CC079F is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.2 |
| HSL | 313.71º | 0.93% | 0.41% | - |
| HSV(B) | 313.71º | 0.97% | 0.8% | - |
| XYZ | 31.24 | 15.49 | 34.14 | - |
| YUV | 83.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 159 | 0 | 0.97 | 0.22 | 0.2 | 313.71 | 0.93 | 0.41 |
| Hex | CC | 7 | 9F | 0 | 61 | 16 | 14 | 13A | 5D | 29 |
| Octal | 314 | 7 | 237 | 0 | 141 | 26 | 24 | 472 | 135 | 51 |
| Binary | 11001100 | 111 | 10011111 | 0 | 1100001 | 10110 | 10100 | 100111010 | 1011101 | 101001 |
Color Harmonies of #CC079F
Complementary color
Monochromatic Colors of #CC079F
Black with #CC079F
Text Example
Text Example
White with #CC079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC079F; }
p { color: rgb(204,7,159); }
H1.HeaderClassName
{
color: #CC079F;
}
.AnyTagClassName
{
color: #CC079F;
}
</style>
background-color css
<style>
a { background-color: #CC079F; }
a { background-color: rgb(204,7,159); }
div.DivClassName
{
background-color: #CC079F;
}
.BgClassName
{
background-color: #CC079F;
}
</style>
border-color css
<style>
span { border-color: #CC079F; }
span { border-color: rgb(204,7,159); }
td.TdClassName
{
border-color: #CC079F;
}
.TagClassName
{
border-color: #CC079F;
}
</style>