Shades of Cranberry #CC577C
Tints of Cranberry #CC577C
RGB
CMYK
RGB Variations
Color information
#CC577C (or 0xCC577C) is known color: Cranberry. HEX triplet: CC, 57 and 7C. RGB value is (204,87,124). Sum of RGB (Red+Green+Blue) = 204+87+124=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC577C is #33A883. Grayscale: #7E7E7E. Windows color (decimal): -3385476 or 8148940. OLE color: 8148940.
HSL color Cylindrical-coordinate representation of color #CC577C: hue angle of 341.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC577C is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 124 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.2 |
| HSL | 341.03º | 0.53% | 0.57% | - |
| HSV(B) | 341.03º | 0.57% | 0.8% | - |
| XYZ | 31.95 | 21.11 | 21.46 | - |
| YUV | 126.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 124 | 0 | 0.57 | 0.39 | 0.2 | 341.03 | 0.53 | 0.57 |
| Hex | CC | 57 | 7C | 0 | 39 | 27 | 14 | 155 | 35 | 39 |
| Octal | 314 | 127 | 174 | 0 | 71 | 47 | 24 | 525 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1111100 | 0 | 111001 | 100111 | 10100 | 101010101 | 110101 | 111001 |
Color Harmonies of #CC577C
Complementary color
Monochromatic Colors of #CC577C
Black with #CC577C
Text Example
Text Example
White with #CC577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC577C; }
p { color: rgb(204,87,124); }
H1.HeaderClassName
{
color: #CC577C;
}
.AnyTagClassName
{
color: #CC577C;
}
</style>
background-color css
<style>
a { background-color: #CC577C; }
a { background-color: rgb(204,87,124); }
div.DivClassName
{
background-color: #CC577C;
}
.BgClassName
{
background-color: #CC577C;
}
</style>
border-color css
<style>
span { border-color: #CC577C; }
span { border-color: rgb(204,87,124); }
td.TdClassName
{
border-color: #CC577C;
}
.TagClassName
{
border-color: #CC577C;
}
</style>