Shades of Medium Violet Red #CC2689
Tints of Medium Violet Red #CC2689
RGB
CMYK
RGB Variations
Color information
#CC2689 (or 0xCC2689) is known color: Medium Violet Red. HEX triplet: CC, 26 and 89. RGB value is (204,38,137). Sum of RGB (Red+Green+Blue) = 204+38+137=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2689 is #33D976. Grayscale: #626262. Windows color (decimal): -3398007 or 8988364. OLE color: 8988364.
HSL color Cylindrical-coordinate representation of color #CC2689: hue angle of 324.22º 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 #CC2689 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 137 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.2 |
| HSL | 324.22º | 0.69% | 0.47% | - |
| HSV(B) | 324.22º | 0.81% | 0.8% | - |
| XYZ | 30.11 | 16.03 | 25.17 | - |
| YUV | 98.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 137 | 0 | 0.81 | 0.33 | 0.2 | 324.22 | 0.69 | 0.47 |
| Hex | CC | 26 | 89 | 0 | 51 | 21 | 14 | 144 | 45 | 2F |
| Octal | 314 | 46 | 211 | 0 | 121 | 41 | 24 | 504 | 105 | 57 |
| Binary | 11001100 | 100110 | 10001001 | 0 | 1010001 | 100001 | 10100 | 101000100 | 1000101 | 101111 |
Color Harmonies of #CC2689
Complementary color
Monochromatic Colors of #CC2689
Black with #CC2689
Text Example
Text Example
White with #CC2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2689; }
p { color: rgb(204,38,137); }
H1.HeaderClassName
{
color: #CC2689;
}
.AnyTagClassName
{
color: #CC2689;
}
</style>
background-color css
<style>
a { background-color: #CC2689; }
a { background-color: rgb(204,38,137); }
div.DivClassName
{
background-color: #CC2689;
}
.BgClassName
{
background-color: #CC2689;
}
</style>
border-color css
<style>
span { border-color: #CC2689; }
span { border-color: rgb(204,38,137); }
td.TdClassName
{
border-color: #CC2689;
}
.TagClassName
{
border-color: #CC2689;
}
</style>