Shades of Medium Violet Red #CC2477
Tints of Medium Violet Red #CC2477
RGB
CMYK
RGB Variations
Color information
#CC2477 (or 0xCC2477) is known color: Medium Violet Red. HEX triplet: CC, 24 and 77. RGB value is (204,36,119). Sum of RGB (Red+Green+Blue) = 204+36+119=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2477 is #33DB88. Grayscale: #5F5F5F. Windows color (decimal): -3398537 or 7808204. OLE color: 7808204.
HSL color Cylindrical-coordinate representation of color #CC2477: hue angle of 330.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2477 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 119 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.2 |
| HSL | 330.36º | 0.7% | 0.47% | - |
| HSV(B) | 330.36º | 0.82% | 0.8% | - |
| XYZ | 28.86 | 15.43 | 18.91 | - |
| YUV | 95.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 119 | 0 | 0.82 | 0.42 | 0.2 | 330.36 | 0.7 | 0.47 |
| Hex | CC | 24 | 77 | 0 | 52 | 2A | 14 | 14A | 46 | 2F |
| Octal | 314 | 44 | 167 | 0 | 122 | 52 | 24 | 512 | 106 | 57 |
| Binary | 11001100 | 100100 | 1110111 | 0 | 1010010 | 101010 | 10100 | 101001010 | 1000110 | 101111 |
Color Harmonies of #CC2477
Complementary color
Monochromatic Colors of #CC2477
Black with #CC2477
Text Example
Text Example
White with #CC2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2477; }
p { color: rgb(204,36,119); }
H1.HeaderClassName
{
color: #CC2477;
}
.AnyTagClassName
{
color: #CC2477;
}
</style>
background-color css
<style>
a { background-color: #CC2477; }
a { background-color: rgb(204,36,119); }
div.DivClassName
{
background-color: #CC2477;
}
.BgClassName
{
background-color: #CC2477;
}
</style>
border-color css
<style>
span { border-color: #CC2477; }
span { border-color: rgb(204,36,119); }
td.TdClassName
{
border-color: #CC2477;
}
.TagClassName
{
border-color: #CC2477;
}
</style>