Shades of Medium Violet Red #CC1790
Tints of Medium Violet Red #CC1790
RGB
CMYK
RGB Variations
Color information
#CC1790 (or 0xCC1790) is known color: Medium Violet Red. HEX triplet: CC, 17 and 90. RGB value is (204,23,144). Sum of RGB (Red+Green+Blue) = 204+23+144=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1790 is #33E86F. Grayscale: #5A5A5A. Windows color (decimal): -3401840 or 9443276. OLE color: 9443276.
HSL color Cylindrical-coordinate representation of color #CC1790: hue angle of 319.89º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1790 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 144 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.2 |
| HSL | 319.89º | 0.8% | 0.45% | - |
| HSV(B) | 319.89º | 0.89% | 0.8% | - |
| XYZ | 30.24 | 15.46 | 27.78 | - |
| YUV | 90.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 144 | 0 | 0.89 | 0.29 | 0.2 | 319.89 | 0.8 | 0.45 |
| Hex | CC | 17 | 90 | 0 | 59 | 1D | 14 | 140 | 50 | 2D |
| Octal | 314 | 27 | 220 | 0 | 131 | 35 | 24 | 500 | 120 | 55 |
| Binary | 11001100 | 10111 | 10010000 | 0 | 1011001 | 11101 | 10100 | 101000000 | 1010000 | 101101 |
Color Harmonies of #CC1790
Complementary color
Monochromatic Colors of #CC1790
Black with #CC1790
Text Example
Text Example
White with #CC1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1790; }
p { color: rgb(204,23,144); }
H1.HeaderClassName
{
color: #CC1790;
}
.AnyTagClassName
{
color: #CC1790;
}
</style>
background-color css
<style>
a { background-color: #CC1790; }
a { background-color: rgb(204,23,144); }
div.DivClassName
{
background-color: #CC1790;
}
.BgClassName
{
background-color: #CC1790;
}
</style>
border-color css
<style>
span { border-color: #CC1790; }
span { border-color: rgb(204,23,144); }
td.TdClassName
{
border-color: #CC1790;
}
.TagClassName
{
border-color: #CC1790;
}
</style>