Shades of Medium Violet Red #CC2090
Tints of Medium Violet Red #CC2090
RGB
CMYK
RGB Variations
Color information
#CC2090 (or 0xCC2090) is known color: Medium Violet Red. HEX triplet: CC, 20 and 90. RGB value is (204,32,144). Sum of RGB (Red+Green+Blue) = 204+32+144=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2090 is #33DF6F. Grayscale: #5F5F5F. Windows color (decimal): -3399536 or 9445580. OLE color: 9445580.
HSL color Cylindrical-coordinate representation of color #CC2090: hue angle of 320.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2090 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 144 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.2 |
| HSL | 320.93º | 0.73% | 0.46% | - |
| HSV(B) | 320.93º | 0.84% | 0.8% | - |
| XYZ | 30.45 | 15.88 | 27.85 | - |
| YUV | 96.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 144 | 0 | 0.84 | 0.29 | 0.2 | 320.93 | 0.73 | 0.46 |
| Hex | CC | 20 | 90 | 0 | 54 | 1D | 14 | 141 | 49 | 2E |
| Octal | 314 | 40 | 220 | 0 | 124 | 35 | 24 | 501 | 111 | 56 |
| Binary | 11001100 | 100000 | 10010000 | 0 | 1010100 | 11101 | 10100 | 101000001 | 1001001 | 101110 |
Color Harmonies of #CC2090
Complementary color
Monochromatic Colors of #CC2090
Black with #CC2090
Text Example
Text Example
White with #CC2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2090; }
p { color: rgb(204,32,144); }
H1.HeaderClassName
{
color: #CC2090;
}
.AnyTagClassName
{
color: #CC2090;
}
</style>
background-color css
<style>
a { background-color: #CC2090; }
a { background-color: rgb(204,32,144); }
div.DivClassName
{
background-color: #CC2090;
}
.BgClassName
{
background-color: #CC2090;
}
</style>
border-color css
<style>
span { border-color: #CC2090; }
span { border-color: rgb(204,32,144); }
td.TdClassName
{
border-color: #CC2090;
}
.TagClassName
{
border-color: #CC2090;
}
</style>