Shades of Medium Violet Red #CC2489
Tints of Medium Violet Red #CC2489
RGB
CMYK
RGB Variations
Color information
#CC2489 (or 0xCC2489) is known color: Medium Violet Red. HEX triplet: CC, 24 and 89. RGB value is (204,36,137). Sum of RGB (Red+Green+Blue) = 204+36+137=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2489 is #33DB76. Grayscale: #616161. Windows color (decimal): -3398519 or 8987852. OLE color: 8987852.
HSL color Cylindrical-coordinate representation of color #CC2489: hue angle of 323.93º degrees, saturation: 0.7, 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 #CC2489 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 137 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.2 |
| HSL | 323.93º | 0.7% | 0.47% | - |
| HSV(B) | 323.93º | 0.82% | 0.8% | - |
| XYZ | 30.05 | 15.91 | 25.15 | - |
| YUV | 97.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 137 | 0 | 0.82 | 0.33 | 0.2 | 323.93 | 0.7 | 0.47 |
| Hex | CC | 24 | 89 | 0 | 52 | 21 | 14 | 144 | 46 | 2F |
| Octal | 314 | 44 | 211 | 0 | 122 | 41 | 24 | 504 | 106 | 57 |
| Binary | 11001100 | 100100 | 10001001 | 0 | 1010010 | 100001 | 10100 | 101000100 | 1000110 | 101111 |
Color Harmonies of #CC2489
Complementary color
Monochromatic Colors of #CC2489
Black with #CC2489
Text Example
Text Example
White with #CC2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2489; }
p { color: rgb(204,36,137); }
H1.HeaderClassName
{
color: #CC2489;
}
.AnyTagClassName
{
color: #CC2489;
}
</style>
background-color css
<style>
a { background-color: #CC2489; }
a { background-color: rgb(204,36,137); }
div.DivClassName
{
background-color: #CC2489;
}
.BgClassName
{
background-color: #CC2489;
}
</style>
border-color css
<style>
span { border-color: #CC2489; }
span { border-color: rgb(204,36,137); }
td.TdClassName
{
border-color: #CC2489;
}
.TagClassName
{
border-color: #CC2489;
}
</style>