Shades of Medium Violet Red #CC1490
Tints of Medium Violet Red #CC1490
RGB
CMYK
RGB Variations
Color information
#CC1490 (or 0xCC1490) is known color: Medium Violet Red. HEX triplet: CC, 14 and 90. RGB value is (204,20,144). Sum of RGB (Red+Green+Blue) = 204+20+144=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1490 is #33EB6F. Grayscale: #585858. Windows color (decimal): -3402608 or 9442508. OLE color: 9442508.
HSL color Cylindrical-coordinate representation of color #CC1490: hue angle of 319.57º degrees, saturation: 0.82, 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 #CC1490 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 144 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.2 |
| HSL | 319.57º | 0.82% | 0.44% | - |
| HSV(B) | 319.57º | 0.9% | 0.8% | - |
| XYZ | 30.19 | 15.35 | 27.76 | - |
| YUV | 89.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 144 | 0 | 0.90 | 0.29 | 0.2 | 319.57 | 0.82 | 0.44 |
| Hex | CC | 14 | 90 | 0 | 5A | 1D | 14 | 140 | 52 | 2C |
| Octal | 314 | 24 | 220 | 0 | 132 | 35 | 24 | 500 | 122 | 54 |
| Binary | 11001100 | 10100 | 10010000 | 0 | 1011010 | 11101 | 10100 | 101000000 | 1010010 | 101100 |
Color Harmonies of #CC1490
Complementary color
Monochromatic Colors of #CC1490
Black with #CC1490
Text Example
Text Example
White with #CC1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1490; }
p { color: rgb(204,20,144); }
H1.HeaderClassName
{
color: #CC1490;
}
.AnyTagClassName
{
color: #CC1490;
}
</style>
background-color css
<style>
a { background-color: #CC1490; }
a { background-color: rgb(204,20,144); }
div.DivClassName
{
background-color: #CC1490;
}
.BgClassName
{
background-color: #CC1490;
}
</style>
border-color css
<style>
span { border-color: #CC1490; }
span { border-color: rgb(204,20,144); }
td.TdClassName
{
border-color: #CC1490;
}
.TagClassName
{
border-color: #CC1490;
}
</style>