Shades of Medium Violet Red #CC2588
Tints of Medium Violet Red #CC2588
RGB
CMYK
RGB Variations
Color information
#CC2588 (or 0xCC2588) is known color: Medium Violet Red. HEX triplet: CC, 25 and 88. RGB value is (204,37,136). Sum of RGB (Red+Green+Blue) = 204+37+136=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2588 is #33DA77. Grayscale: #616161. Windows color (decimal): -3398264 or 8922572. OLE color: 8922572.
HSL color Cylindrical-coordinate representation of color #CC2588: hue angle of 324.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2588 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 136 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.2 |
| HSL | 324.43º | 0.69% | 0.47% | - |
| HSV(B) | 324.43º | 0.82% | 0.8% | - |
| XYZ | 30.01 | 15.94 | 24.79 | - |
| YUV | 98.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 136 | 0 | 0.82 | 0.33 | 0.2 | 324.43 | 0.69 | 0.47 |
| Hex | CC | 25 | 88 | 0 | 52 | 21 | 14 | 144 | 45 | 2F |
| Octal | 314 | 45 | 210 | 0 | 122 | 41 | 24 | 504 | 105 | 57 |
| Binary | 11001100 | 100101 | 10001000 | 0 | 1010010 | 100001 | 10100 | 101000100 | 1000101 | 101111 |
Color Harmonies of #CC2588
Complementary color
Monochromatic Colors of #CC2588
Black with #CC2588
Text Example
Text Example
White with #CC2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2588; }
p { color: rgb(204,37,136); }
H1.HeaderClassName
{
color: #CC2588;
}
.AnyTagClassName
{
color: #CC2588;
}
</style>
background-color css
<style>
a { background-color: #CC2588; }
a { background-color: rgb(204,37,136); }
div.DivClassName
{
background-color: #CC2588;
}
.BgClassName
{
background-color: #CC2588;
}
</style>
border-color css
<style>
span { border-color: #CC2588; }
span { border-color: rgb(204,37,136); }
td.TdClassName
{
border-color: #CC2588;
}
.TagClassName
{
border-color: #CC2588;
}
</style>