Shades of Medium Violet Red #CC2590
Tints of Medium Violet Red #CC2590
RGB
CMYK
RGB Variations
Color information
#CC2590 (or 0xCC2590) is known color: Medium Violet Red. HEX triplet: CC, 25 and 90. RGB value is (204,37,144). Sum of RGB (Red+Green+Blue) = 204+37+144=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2590 is #33DA6F. Grayscale: #626262. Windows color (decimal): -3398256 or 9446860. OLE color: 9446860.
HSL color Cylindrical-coordinate representation of color #CC2590: hue angle of 321.56º 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 #CC2590 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 144 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.2 |
| HSL | 321.56º | 0.69% | 0.47% | - |
| HSV(B) | 321.56º | 0.82% | 0.8% | - |
| XYZ | 30.6 | 16.17 | 27.89 | - |
| YUV | 99.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 144 | 0 | 0.82 | 0.29 | 0.2 | 321.56 | 0.69 | 0.47 |
| Hex | CC | 25 | 90 | 0 | 52 | 1D | 14 | 142 | 45 | 2F |
| Octal | 314 | 45 | 220 | 0 | 122 | 35 | 24 | 502 | 105 | 57 |
| Binary | 11001100 | 100101 | 10010000 | 0 | 1010010 | 11101 | 10100 | 101000010 | 1000101 | 101111 |
Color Harmonies of #CC2590
Complementary color
Monochromatic Colors of #CC2590
Black with #CC2590
Text Example
Text Example
White with #CC2590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2590; }
p { color: rgb(204,37,144); }
H1.HeaderClassName
{
color: #CC2590;
}
.AnyTagClassName
{
color: #CC2590;
}
</style>
background-color css
<style>
a { background-color: #CC2590; }
a { background-color: rgb(204,37,144); }
div.DivClassName
{
background-color: #CC2590;
}
.BgClassName
{
background-color: #CC2590;
}
</style>
border-color css
<style>
span { border-color: #CC2590; }
span { border-color: rgb(204,37,144); }
td.TdClassName
{
border-color: #CC2590;
}
.TagClassName
{
border-color: #CC2590;
}
</style>