Shades of Medium Violet Red #CC2088
Tints of Medium Violet Red #CC2088
RGB
CMYK
RGB Variations
Color information
#CC2088 (or 0xCC2088) is known color: Medium Violet Red. HEX triplet: CC, 20 and 88. RGB value is (204,32,136). Sum of RGB (Red+Green+Blue) = 204+32+136=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2088 is #33DF77. Grayscale: #5F5F5F. Windows color (decimal): -3399544 or 8921292. OLE color: 8921292.
HSL color Cylindrical-coordinate representation of color #CC2088: hue angle of 323.72º 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 #CC2088 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 136 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.2 |
| HSL | 323.72º | 0.73% | 0.46% | - |
| HSV(B) | 323.72º | 0.84% | 0.8% | - |
| XYZ | 29.86 | 15.65 | 24.74 | - |
| YUV | 95.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 136 | 0 | 0.84 | 0.33 | 0.2 | 323.72 | 0.73 | 0.46 |
| Hex | CC | 20 | 88 | 0 | 54 | 21 | 14 | 144 | 49 | 2E |
| Octal | 314 | 40 | 210 | 0 | 124 | 41 | 24 | 504 | 111 | 56 |
| Binary | 11001100 | 100000 | 10001000 | 0 | 1010100 | 100001 | 10100 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CC2088
Complementary color
Monochromatic Colors of #CC2088
Black with #CC2088
Text Example
Text Example
White with #CC2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2088; }
p { color: rgb(204,32,136); }
H1.HeaderClassName
{
color: #CC2088;
}
.AnyTagClassName
{
color: #CC2088;
}
</style>
background-color css
<style>
a { background-color: #CC2088; }
a { background-color: rgb(204,32,136); }
div.DivClassName
{
background-color: #CC2088;
}
.BgClassName
{
background-color: #CC2088;
}
</style>
border-color css
<style>
span { border-color: #CC2088; }
span { border-color: rgb(204,32,136); }
td.TdClassName
{
border-color: #CC2088;
}
.TagClassName
{
border-color: #CC2088;
}
</style>