Shades of Cranberry #CC4579
Tints of Cranberry #CC4579
RGB
CMYK
RGB Variations
Color information
#CC4579 (or 0xCC4579) is known color: Cranberry. HEX triplet: CC, 45 and 79. RGB value is (204,69,121). Sum of RGB (Red+Green+Blue) = 204+69+121=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4579 is #33BA86. Grayscale: #737373. Windows color (decimal): -3390087 or 7947724. OLE color: 7947724.
HSL color Cylindrical-coordinate representation of color #CC4579: hue angle of 336.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4579 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 121 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.2 |
| HSL | 336.89º | 0.57% | 0.54% | - |
| HSV(B) | 336.89º | 0.66% | 0.8% | - |
| XYZ | 30.48 | 18.47 | 20.05 | - |
| YUV | 115.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 121 | 0 | 0.66 | 0.41 | 0.2 | 336.89 | 0.57 | 0.54 |
| Hex | CC | 45 | 79 | 0 | 42 | 29 | 14 | 151 | 39 | 36 |
| Octal | 314 | 105 | 171 | 0 | 102 | 51 | 24 | 521 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1111001 | 0 | 1000010 | 101001 | 10100 | 101010001 | 111001 | 110110 |
Color Harmonies of #CC4579
Complementary color
Monochromatic Colors of #CC4579
Black with #CC4579
Text Example
Text Example
White with #CC4579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4579; }
p { color: rgb(204,69,121); }
H1.HeaderClassName
{
color: #CC4579;
}
.AnyTagClassName
{
color: #CC4579;
}
</style>
background-color css
<style>
a { background-color: #CC4579; }
a { background-color: rgb(204,69,121); }
div.DivClassName
{
background-color: #CC4579;
}
.BgClassName
{
background-color: #CC4579;
}
</style>
border-color css
<style>
span { border-color: #CC4579; }
span { border-color: rgb(204,69,121); }
td.TdClassName
{
border-color: #CC4579;
}
.TagClassName
{
border-color: #CC4579;
}
</style>