Shades of Medium Violet Red #CC1680
Tints of Medium Violet Red #CC1680
RGB
CMYK
RGB Variations
Color information
#CC1680 (or 0xCC1680) is known color: Medium Violet Red. HEX triplet: CC, 16 and 80. RGB value is (204,22,128). Sum of RGB (Red+Green+Blue) = 204+22+128=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1680 is #33E97F. Grayscale: #585858. Windows color (decimal): -3402112 or 8394444. OLE color: 8394444.
HSL color Cylindrical-coordinate representation of color #CC1680: hue angle of 325.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1680 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 128 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.2 |
| HSL | 325.05º | 0.81% | 0.44% | - |
| HSV(B) | 325.05º | 0.89% | 0.8% | - |
| XYZ | 29.09 | 14.97 | 21.78 | - |
| YUV | 88.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 128 | 0 | 0.89 | 0.37 | 0.2 | 325.05 | 0.81 | 0.44 |
| Hex | CC | 16 | 80 | 0 | 59 | 25 | 14 | 145 | 51 | 2C |
| Octal | 314 | 26 | 200 | 0 | 131 | 45 | 24 | 505 | 121 | 54 |
| Binary | 11001100 | 10110 | 10000000 | 0 | 1011001 | 100101 | 10100 | 101000101 | 1010001 | 101100 |
Color Harmonies of #CC1680
Complementary color
Monochromatic Colors of #CC1680
Black with #CC1680
Text Example
Text Example
White with #CC1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1680; }
p { color: rgb(204,22,128); }
H1.HeaderClassName
{
color: #CC1680;
}
.AnyTagClassName
{
color: #CC1680;
}
</style>
background-color css
<style>
a { background-color: #CC1680; }
a { background-color: rgb(204,22,128); }
div.DivClassName
{
background-color: #CC1680;
}
.BgClassName
{
background-color: #CC1680;
}
</style>
border-color css
<style>
span { border-color: #CC1680; }
span { border-color: rgb(204,22,128); }
td.TdClassName
{
border-color: #CC1680;
}
.TagClassName
{
border-color: #CC1680;
}
</style>