Shades of Medium Violet Red #CC2089
Tints of Medium Violet Red #CC2089
RGB
CMYK
RGB Variations
Color information
#CC2089 (or 0xCC2089) is known color: Medium Violet Red. HEX triplet: CC, 20 and 89. RGB value is (204,32,137). Sum of RGB (Red+Green+Blue) = 204+32+137=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2089 is #33DF76. Grayscale: #5F5F5F. Windows color (decimal): -3399543 or 8986828. OLE color: 8986828.
HSL color Cylindrical-coordinate representation of color #CC2089: hue angle of 323.37º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2089 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 137 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.2 |
| HSL | 323.37º | 0.73% | 0.46% | - |
| HSV(B) | 323.37º | 0.84% | 0.8% | - |
| XYZ | 29.93 | 15.68 | 25.12 | - |
| YUV | 95.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 137 | 0 | 0.84 | 0.33 | 0.2 | 323.37 | 0.73 | 0.46 |
| Hex | CC | 20 | 89 | 0 | 54 | 21 | 14 | 143 | 49 | 2E |
| Octal | 314 | 40 | 211 | 0 | 124 | 41 | 24 | 503 | 111 | 56 |
| Binary | 11001100 | 100000 | 10001001 | 0 | 1010100 | 100001 | 10100 | 101000011 | 1001001 | 101110 |
Color Harmonies of #CC2089
Complementary color
Monochromatic Colors of #CC2089
Black with #CC2089
Text Example
Text Example
White with #CC2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2089; }
p { color: rgb(204,32,137); }
H1.HeaderClassName
{
color: #CC2089;
}
.AnyTagClassName
{
color: #CC2089;
}
</style>
background-color css
<style>
a { background-color: #CC2089; }
a { background-color: rgb(204,32,137); }
div.DivClassName
{
background-color: #CC2089;
}
.BgClassName
{
background-color: #CC2089;
}
</style>
border-color css
<style>
span { border-color: #CC2089; }
span { border-color: rgb(204,32,137); }
td.TdClassName
{
border-color: #CC2089;
}
.TagClassName
{
border-color: #CC2089;
}
</style>