Shades of Medium Violet Red #CC078A
Tints of Medium Violet Red #CC078A
RGB
CMYK
RGB Variations
Color information
#CC078A (or 0xCC078A) is known color: Medium Violet Red. HEX triplet: CC, 07 and 8A. RGB value is (204,7,138). Sum of RGB (Red+Green+Blue) = 204+7+138=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC078A is #33F875. Grayscale: #505050. Windows color (decimal): -3405942 or 9045964. OLE color: 9045964.
HSL color Cylindrical-coordinate representation of color #CC078A: hue angle of 320.1º 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 #CC078A is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.2 |
| HSL | 320.1º | 0.93% | 0.41% | - |
| HSV(B) | 320.1º | 0.97% | 0.8% | - |
| XYZ | 29.57 | 14.82 | 25.35 | - |
| YUV | 80.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 138 | 0 | 0.97 | 0.32 | 0.2 | 320.1 | 0.93 | 0.41 |
| Hex | CC | 7 | 8A | 0 | 61 | 20 | 14 | 140 | 5D | 29 |
| Octal | 314 | 7 | 212 | 0 | 141 | 40 | 24 | 500 | 135 | 51 |
| Binary | 11001100 | 111 | 10001010 | 0 | 1100001 | 100000 | 10100 | 101000000 | 1011101 | 101001 |
Color Harmonies of #CC078A
Complementary color
Monochromatic Colors of #CC078A
Black with #CC078A
Text Example
Text Example
White with #CC078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC078A; }
p { color: rgb(204,7,138); }
H1.HeaderClassName
{
color: #CC078A;
}
.AnyTagClassName
{
color: #CC078A;
}
</style>
background-color css
<style>
a { background-color: #CC078A; }
a { background-color: rgb(204,7,138); }
div.DivClassName
{
background-color: #CC078A;
}
.BgClassName
{
background-color: #CC078A;
}
</style>
border-color css
<style>
span { border-color: #CC078A; }
span { border-color: rgb(204,7,138); }
td.TdClassName
{
border-color: #CC078A;
}
.TagClassName
{
border-color: #CC078A;
}
</style>