Shades of Medium Violet Red #CC2177
Tints of Medium Violet Red #CC2177
RGB
CMYK
RGB Variations
Color information
#CC2177 (or 0xCC2177) is known color: Medium Violet Red. HEX triplet: CC, 21 and 77. RGB value is (204,33,119). Sum of RGB (Red+Green+Blue) = 204+33+119=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2177 is #33DE88. Grayscale: #5D5D5D. Windows color (decimal): -3399305 or 7807436. OLE color: 7807436.
HSL color Cylindrical-coordinate representation of color #CC2177: hue angle of 329.82º degrees, saturation: 0.72, 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 #CC2177 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 119 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.2 |
| HSL | 329.82º | 0.72% | 0.46% | - |
| HSV(B) | 329.82º | 0.84% | 0.8% | - |
| XYZ | 28.78 | 15.26 | 18.88 | - |
| YUV | 93.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 119 | 0 | 0.84 | 0.42 | 0.2 | 329.82 | 0.72 | 0.46 |
| Hex | CC | 21 | 77 | 0 | 54 | 2A | 14 | 14A | 48 | 2E |
| Octal | 314 | 41 | 167 | 0 | 124 | 52 | 24 | 512 | 110 | 56 |
| Binary | 11001100 | 100001 | 1110111 | 0 | 1010100 | 101010 | 10100 | 101001010 | 1001000 | 101110 |
Color Harmonies of #CC2177
Complementary color
Monochromatic Colors of #CC2177
Black with #CC2177
Text Example
Text Example
White with #CC2177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2177; }
p { color: rgb(204,33,119); }
H1.HeaderClassName
{
color: #CC2177;
}
.AnyTagClassName
{
color: #CC2177;
}
</style>
background-color css
<style>
a { background-color: #CC2177; }
a { background-color: rgb(204,33,119); }
div.DivClassName
{
background-color: #CC2177;
}
.BgClassName
{
background-color: #CC2177;
}
</style>
border-color css
<style>
span { border-color: #CC2177; }
span { border-color: rgb(204,33,119); }
td.TdClassName
{
border-color: #CC2177;
}
.TagClassName
{
border-color: #CC2177;
}
</style>