Shades of Medium Violet Red #CC2790
Tints of Medium Violet Red #CC2790
RGB
CMYK
RGB Variations
Color information
#CC2790 (or 0xCC2790) is known color: Medium Violet Red. HEX triplet: CC, 27 and 90. RGB value is (204,39,144). Sum of RGB (Red+Green+Blue) = 204+39+144=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2790 is #33D86F. Grayscale: #646464. Windows color (decimal): -3397744 or 9447372. OLE color: 9447372.
HSL color Cylindrical-coordinate representation of color #CC2790: hue angle of 321.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2790 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 144 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.2 |
| HSL | 321.82º | 0.68% | 0.48% | - |
| HSV(B) | 321.82º | 0.81% | 0.8% | - |
| XYZ | 30.66 | 16.3 | 27.92 | - |
| YUV | 100.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 144 | 0 | 0.81 | 0.29 | 0.2 | 321.82 | 0.68 | 0.48 |
| Hex | CC | 27 | 90 | 0 | 51 | 1D | 14 | 142 | 44 | 30 |
| Octal | 314 | 47 | 220 | 0 | 121 | 35 | 24 | 502 | 104 | 60 |
| Binary | 11001100 | 100111 | 10010000 | 0 | 1010001 | 11101 | 10100 | 101000010 | 1000100 | 110000 |
Color Harmonies of #CC2790
Complementary color
Monochromatic Colors of #CC2790
Black with #CC2790
Text Example
Text Example
White with #CC2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2790; }
p { color: rgb(204,39,144); }
H1.HeaderClassName
{
color: #CC2790;
}
.AnyTagClassName
{
color: #CC2790;
}
</style>
background-color css
<style>
a { background-color: #CC2790; }
a { background-color: rgb(204,39,144); }
div.DivClassName
{
background-color: #CC2790;
}
.BgClassName
{
background-color: #CC2790;
}
</style>
border-color css
<style>
span { border-color: #CC2790; }
span { border-color: rgb(204,39,144); }
td.TdClassName
{
border-color: #CC2790;
}
.TagClassName
{
border-color: #CC2790;
}
</style>