Shades of Cranberry #CC4D7E
Tints of Cranberry #CC4D7E
RGB
CMYK
RGB Variations
Color information
#CC4D7E (or 0xCC4D7E) is known color: Cranberry. HEX triplet: CC, 4D and 7E. RGB value is (204,77,126). Sum of RGB (Red+Green+Blue) = 204+77+126=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D7E is #33B281. Grayscale: #787878. Windows color (decimal): -3388034 or 8277452. OLE color: 8277452.
HSL color Cylindrical-coordinate representation of color #CC4D7E: hue angle of 336.85º 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 #CC4D7E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 126 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.2 |
| HSL | 336.85º | 0.55% | 0.55% | - |
| HSV(B) | 336.85º | 0.62% | 0.8% | - |
| XYZ | 31.32 | 19.65 | 21.88 | - |
| YUV | 120.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 126 | 0 | 0.62 | 0.38 | 0.2 | 336.85 | 0.55 | 0.55 |
| Hex | CC | 4D | 7E | 0 | 3E | 26 | 14 | 151 | 37 | 37 |
| Octal | 314 | 115 | 176 | 0 | 76 | 46 | 24 | 521 | 67 | 67 |
| Binary | 11001100 | 1001101 | 1111110 | 0 | 111110 | 100110 | 10100 | 101010001 | 110111 | 110111 |
Color Harmonies of #CC4D7E
Complementary color
Monochromatic Colors of #CC4D7E
Black with #CC4D7E
Text Example
Text Example
White with #CC4D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D7E; }
p { color: rgb(204,77,126); }
H1.HeaderClassName
{
color: #CC4D7E;
}
.AnyTagClassName
{
color: #CC4D7E;
}
</style>
background-color css
<style>
a { background-color: #CC4D7E; }
a { background-color: rgb(204,77,126); }
div.DivClassName
{
background-color: #CC4D7E;
}
.BgClassName
{
background-color: #CC4D7E;
}
</style>
border-color css
<style>
span { border-color: #CC4D7E; }
span { border-color: rgb(204,77,126); }
td.TdClassName
{
border-color: #CC4D7E;
}
.TagClassName
{
border-color: #CC4D7E;
}
</style>