Shades of Medium Violet Red #CC078C
Tints of Medium Violet Red #CC078C
RGB
CMYK
RGB Variations
Color information
#CC078C (or 0xCC078C) is known color: Medium Violet Red. HEX triplet: CC, 07 and 8C. RGB value is (204,7,140). Sum of RGB (Red+Green+Blue) = 204+7+140=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC078C is #33F873. Grayscale: #505050. Windows color (decimal): -3405940 or 9177036. OLE color: 9177036.
HSL color Cylindrical-coordinate representation of color #CC078C: hue angle of 319.49º 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 #CC078C is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.2 |
| HSL | 319.49º | 0.93% | 0.41% | - |
| HSV(B) | 319.49º | 0.97% | 0.8% | - |
| XYZ | 29.71 | 14.88 | 26.12 | - |
| YUV | 81.07 | 161.27 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 140 | 0 | 0.97 | 0.31 | 0.2 | 319.49 | 0.93 | 0.41 |
| Hex | CC | 7 | 8C | 0 | 61 | 1F | 14 | 13F | 5D | 29 |
| Octal | 314 | 7 | 214 | 0 | 141 | 37 | 24 | 477 | 135 | 51 |
| Binary | 11001100 | 111 | 10001100 | 0 | 1100001 | 11111 | 10100 | 100111111 | 1011101 | 101001 |
Color Harmonies of #CC078C
Complementary color
Monochromatic Colors of #CC078C
Black with #CC078C
Text Example
Text Example
White with #CC078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC078C; }
p { color: rgb(204,7,140); }
H1.HeaderClassName
{
color: #CC078C;
}
.AnyTagClassName
{
color: #CC078C;
}
</style>
background-color css
<style>
a { background-color: #CC078C; }
a { background-color: rgb(204,7,140); }
div.DivClassName
{
background-color: #CC078C;
}
.BgClassName
{
background-color: #CC078C;
}
</style>
border-color css
<style>
span { border-color: #CC078C; }
span { border-color: rgb(204,7,140); }
td.TdClassName
{
border-color: #CC078C;
}
.TagClassName
{
border-color: #CC078C;
}
</style>