Shades of Medium Violet Red #CC1589
Tints of Medium Violet Red #CC1589
RGB
CMYK
RGB Variations
Color information
#CC1589 (or 0xCC1589) is known color: Medium Violet Red. HEX triplet: CC, 15 and 89. RGB value is (204,21,137). Sum of RGB (Red+Green+Blue) = 204+21+137=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1589 is #33EA76. Grayscale: #585858. Windows color (decimal): -3402359 or 8984012. OLE color: 8984012.
HSL color Cylindrical-coordinate representation of color #CC1589: hue angle of 321.97º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1589 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 137 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.2 |
| HSL | 321.97º | 0.81% | 0.44% | - |
| HSV(B) | 321.97º | 0.9% | 0.8% | - |
| XYZ | 29.69 | 15.18 | 25.03 | - |
| YUV | 88.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 137 | 0 | 0.90 | 0.33 | 0.2 | 321.97 | 0.81 | 0.44 |
| Hex | CC | 15 | 89 | 0 | 5A | 21 | 14 | 142 | 51 | 2C |
| Octal | 314 | 25 | 211 | 0 | 132 | 41 | 24 | 502 | 121 | 54 |
| Binary | 11001100 | 10101 | 10001001 | 0 | 1011010 | 100001 | 10100 | 101000010 | 1010001 | 101100 |
Color Harmonies of #CC1589
Complementary color
Monochromatic Colors of #CC1589
Black with #CC1589
Text Example
Text Example
White with #CC1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1589; }
p { color: rgb(204,21,137); }
H1.HeaderClassName
{
color: #CC1589;
}
.AnyTagClassName
{
color: #CC1589;
}
</style>
background-color css
<style>
a { background-color: #CC1589; }
a { background-color: rgb(204,21,137); }
div.DivClassName
{
background-color: #CC1589;
}
.BgClassName
{
background-color: #CC1589;
}
</style>
border-color css
<style>
span { border-color: #CC1589; }
span { border-color: rgb(204,21,137); }
td.TdClassName
{
border-color: #CC1589;
}
.TagClassName
{
border-color: #CC1589;
}
</style>