Shades of Medium Violet Red #CC2688
Tints of Medium Violet Red #CC2688
RGB
CMYK
RGB Variations
Color information
#CC2688 (or 0xCC2688) is known color: Medium Violet Red. HEX triplet: CC, 26 and 88. RGB value is (204,38,136). Sum of RGB (Red+Green+Blue) = 204+38+136=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2688 is #33D977. Grayscale: #626262. Windows color (decimal): -3398008 or 8922828. OLE color: 8922828.
HSL color Cylindrical-coordinate representation of color #CC2688: hue angle of 324.58º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2688 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 136 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.2 |
| HSL | 324.58º | 0.69% | 0.47% | - |
| HSV(B) | 324.58º | 0.81% | 0.8% | - |
| XYZ | 30.04 | 16 | 24.8 | - |
| YUV | 98.81 | 149 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 136 | 0 | 0.81 | 0.33 | 0.2 | 324.58 | 0.69 | 0.47 |
| Hex | CC | 26 | 88 | 0 | 51 | 21 | 14 | 145 | 45 | 2F |
| Octal | 314 | 46 | 210 | 0 | 121 | 41 | 24 | 505 | 105 | 57 |
| Binary | 11001100 | 100110 | 10001000 | 0 | 1010001 | 100001 | 10100 | 101000101 | 1000101 | 101111 |
Color Harmonies of #CC2688
Complementary color
Monochromatic Colors of #CC2688
Black with #CC2688
Text Example
Text Example
White with #CC2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2688; }
p { color: rgb(204,38,136); }
H1.HeaderClassName
{
color: #CC2688;
}
.AnyTagClassName
{
color: #CC2688;
}
</style>
background-color css
<style>
a { background-color: #CC2688; }
a { background-color: rgb(204,38,136); }
div.DivClassName
{
background-color: #CC2688;
}
.BgClassName
{
background-color: #CC2688;
}
</style>
border-color css
<style>
span { border-color: #CC2688; }
span { border-color: rgb(204,38,136); }
td.TdClassName
{
border-color: #CC2688;
}
.TagClassName
{
border-color: #CC2688;
}
</style>