Shades of Medium Violet Red #CC1590
Tints of Medium Violet Red #CC1590
RGB
CMYK
RGB Variations
Color information
#CC1590 (or 0xCC1590) is known color: Medium Violet Red. HEX triplet: CC, 15 and 90. RGB value is (204,21,144). Sum of RGB (Red+Green+Blue) = 204+21+144=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1590 is #33EA6F. Grayscale: #595959. Windows color (decimal): -3402352 or 9442764. OLE color: 9442764.
HSL color Cylindrical-coordinate representation of color #CC1590: hue angle of 319.67º 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 #CC1590 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 144 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.2 |
| HSL | 319.67º | 0.81% | 0.44% | - |
| HSV(B) | 319.67º | 0.9% | 0.8% | - |
| XYZ | 30.2 | 15.39 | 27.76 | - |
| YUV | 89.74 | 158.63 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 144 | 0 | 0.90 | 0.29 | 0.2 | 319.67 | 0.81 | 0.44 |
| Hex | CC | 15 | 90 | 0 | 5A | 1D | 14 | 140 | 51 | 2C |
| Octal | 314 | 25 | 220 | 0 | 132 | 35 | 24 | 500 | 121 | 54 |
| Binary | 11001100 | 10101 | 10010000 | 0 | 1011010 | 11101 | 10100 | 101000000 | 1010001 | 101100 |
Color Harmonies of #CC1590
Complementary color
Monochromatic Colors of #CC1590
Black with #CC1590
Text Example
Text Example
White with #CC1590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1590; }
p { color: rgb(204,21,144); }
H1.HeaderClassName
{
color: #CC1590;
}
.AnyTagClassName
{
color: #CC1590;
}
</style>
background-color css
<style>
a { background-color: #CC1590; }
a { background-color: rgb(204,21,144); }
div.DivClassName
{
background-color: #CC1590;
}
.BgClassName
{
background-color: #CC1590;
}
</style>
border-color css
<style>
span { border-color: #CC1590; }
span { border-color: rgb(204,21,144); }
td.TdClassName
{
border-color: #CC1590;
}
.TagClassName
{
border-color: #CC1590;
}
</style>