Shades of Medium Violet Red #CC0789
Tints of Medium Violet Red #CC0789
RGB
CMYK
RGB Variations
Color information
#CC0789 (or 0xCC0789) is known color: Medium Violet Red. HEX triplet: CC, 07 and 89. RGB value is (204,7,137). Sum of RGB (Red+Green+Blue) = 204+7+137=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0789 is #33F876. Grayscale: #505050. Windows color (decimal): -3405943 or 8980428. OLE color: 8980428.
HSL color Cylindrical-coordinate representation of color #CC0789: hue angle of 320.41º 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 #CC0789 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.2 |
| HSL | 320.41º | 0.93% | 0.41% | - |
| HSV(B) | 320.41º | 0.97% | 0.8% | - |
| XYZ | 29.49 | 14.8 | 24.97 | - |
| YUV | 80.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 137 | 0 | 0.97 | 0.33 | 0.2 | 320.41 | 0.93 | 0.41 |
| Hex | CC | 7 | 89 | 0 | 61 | 21 | 14 | 140 | 5D | 29 |
| Octal | 314 | 7 | 211 | 0 | 141 | 41 | 24 | 500 | 135 | 51 |
| Binary | 11001100 | 111 | 10001001 | 0 | 1100001 | 100001 | 10100 | 101000000 | 1011101 | 101001 |
Color Harmonies of #CC0789
Complementary color
Monochromatic Colors of #CC0789
Black with #CC0789
Text Example
Text Example
White with #CC0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0789; }
p { color: rgb(204,7,137); }
H1.HeaderClassName
{
color: #CC0789;
}
.AnyTagClassName
{
color: #CC0789;
}
</style>
background-color css
<style>
a { background-color: #CC0789; }
a { background-color: rgb(204,7,137); }
div.DivClassName
{
background-color: #CC0789;
}
.BgClassName
{
background-color: #CC0789;
}
</style>
border-color css
<style>
span { border-color: #CC0789; }
span { border-color: rgb(204,7,137); }
td.TdClassName
{
border-color: #CC0789;
}
.TagClassName
{
border-color: #CC0789;
}
</style>