Shades of Cranberry #CC4578
Tints of Cranberry #CC4578
RGB
CMYK
RGB Variations
Color information
#CC4578 (or 0xCC4578) is known color: Cranberry. HEX triplet: CC, 45 and 78. RGB value is (204,69,120). Sum of RGB (Red+Green+Blue) = 204+69+120=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4578 is #33BA87. Grayscale: #737373. Windows color (decimal): -3390088 or 7882188. OLE color: 7882188.
HSL color Cylindrical-coordinate representation of color #CC4578: hue angle of 337.33º 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 #CC4578 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 120 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.2 |
| HSL | 337.33º | 0.57% | 0.54% | - |
| HSV(B) | 337.33º | 0.66% | 0.8% | - |
| XYZ | 30.42 | 18.45 | 19.73 | - |
| YUV | 115.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 120 | 0 | 0.66 | 0.41 | 0.2 | 337.33 | 0.57 | 0.54 |
| Hex | CC | 45 | 78 | 0 | 42 | 29 | 14 | 151 | 39 | 36 |
| Octal | 314 | 105 | 170 | 0 | 102 | 51 | 24 | 521 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1111000 | 0 | 1000010 | 101001 | 10100 | 101010001 | 111001 | 110110 |
Color Harmonies of #CC4578
Complementary color
Monochromatic Colors of #CC4578
Black with #CC4578
Text Example
Text Example
White with #CC4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4578; }
p { color: rgb(204,69,120); }
H1.HeaderClassName
{
color: #CC4578;
}
.AnyTagClassName
{
color: #CC4578;
}
</style>
background-color css
<style>
a { background-color: #CC4578; }
a { background-color: rgb(204,69,120); }
div.DivClassName
{
background-color: #CC4578;
}
.BgClassName
{
background-color: #CC4578;
}
</style>
border-color css
<style>
span { border-color: #CC4578; }
span { border-color: rgb(204,69,120); }
td.TdClassName
{
border-color: #CC4578;
}
.TagClassName
{
border-color: #CC4578;
}
</style>