Shades of Medium Violet Red #CC2277
Tints of Medium Violet Red #CC2277
RGB
CMYK
RGB Variations
Color information
#CC2277 (or 0xCC2277) is known color: Medium Violet Red. HEX triplet: CC, 22 and 77. RGB value is (204,34,119). Sum of RGB (Red+Green+Blue) = 204+34+119=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2277 is #33DD88. Grayscale: #5E5E5E. Windows color (decimal): -3399049 or 7807692. OLE color: 7807692.
HSL color Cylindrical-coordinate representation of color #CC2277: hue angle of 330º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2277 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 119 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.2 |
| HSL | 330º | 0.71% | 0.47% | - |
| HSV(B) | 330º | 0.83% | 0.8% | - |
| XYZ | 28.8 | 15.31 | 18.89 | - |
| YUV | 94.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 119 | 0 | 0.83 | 0.42 | 0.2 | 330 | 0.71 | 0.47 |
| Hex | CC | 22 | 77 | 0 | 53 | 2A | 14 | 14A | 47 | 2F |
| Octal | 314 | 42 | 167 | 0 | 123 | 52 | 24 | 512 | 107 | 57 |
| Binary | 11001100 | 100010 | 1110111 | 0 | 1010011 | 101010 | 10100 | 101001010 | 1000111 | 101111 |
Color Harmonies of #CC2277
Complementary color
Monochromatic Colors of #CC2277
Black with #CC2277
Text Example
Text Example
White with #CC2277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2277; }
p { color: rgb(204,34,119); }
H1.HeaderClassName
{
color: #CC2277;
}
.AnyTagClassName
{
color: #CC2277;
}
</style>
background-color css
<style>
a { background-color: #CC2277; }
a { background-color: rgb(204,34,119); }
div.DivClassName
{
background-color: #CC2277;
}
.BgClassName
{
background-color: #CC2277;
}
</style>
border-color css
<style>
span { border-color: #CC2277; }
span { border-color: rgb(204,34,119); }
td.TdClassName
{
border-color: #CC2277;
}
.TagClassName
{
border-color: #CC2277;
}
</style>