Shades of Cranberry #CC4D7C
Tints of Cranberry #CC4D7C
RGB
CMYK
RGB Variations
Color information
#CC4D7C (or 0xCC4D7C) is known color: Cranberry. HEX triplet: CC, 4D and 7C. RGB value is (204,77,124). Sum of RGB (Red+Green+Blue) = 204+77+124=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D7C is #33B283. Grayscale: #787878. Windows color (decimal): -3388036 or 8146380. OLE color: 8146380.
HSL color Cylindrical-coordinate representation of color #CC4D7C: hue angle of 337.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4D7C is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 124 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.2 |
| HSL | 337.8º | 0.55% | 0.55% | - |
| HSV(B) | 337.8º | 0.62% | 0.8% | - |
| XYZ | 31.19 | 19.6 | 21.21 | - |
| YUV | 120.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 124 | 0 | 0.62 | 0.39 | 0.2 | 337.8 | 0.55 | 0.55 |
| Hex | CC | 4D | 7C | 0 | 3E | 27 | 14 | 152 | 37 | 37 |
| Octal | 314 | 115 | 174 | 0 | 76 | 47 | 24 | 522 | 67 | 67 |
| Binary | 11001100 | 1001101 | 1111100 | 0 | 111110 | 100111 | 10100 | 101010010 | 110111 | 110111 |
Color Harmonies of #CC4D7C
Complementary color
Monochromatic Colors of #CC4D7C
Black with #CC4D7C
Text Example
Text Example
White with #CC4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D7C; }
p { color: rgb(204,77,124); }
H1.HeaderClassName
{
color: #CC4D7C;
}
.AnyTagClassName
{
color: #CC4D7C;
}
</style>
background-color css
<style>
a { background-color: #CC4D7C; }
a { background-color: rgb(204,77,124); }
div.DivClassName
{
background-color: #CC4D7C;
}
.BgClassName
{
background-color: #CC4D7C;
}
</style>
border-color css
<style>
span { border-color: #CC4D7C; }
span { border-color: rgb(204,77,124); }
td.TdClassName
{
border-color: #CC4D7C;
}
.TagClassName
{
border-color: #CC4D7C;
}
</style>