Shades of Cranberry #CC587C
Tints of Cranberry #CC587C
RGB
CMYK
RGB Variations
Color information
#CC587C (or 0xCC587C) is known color: Cranberry. HEX triplet: CC, 58 and 7C. RGB value is (204,88,124). Sum of RGB (Red+Green+Blue) = 204+88+124=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC587C is #33A783. Grayscale: #7E7E7E. Windows color (decimal): -3385220 or 8149196. OLE color: 8149196.
HSL color Cylindrical-coordinate representation of color #CC587C: hue angle of 341.38º 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 #CC587C is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 124 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.2 |
| HSL | 341.38º | 0.53% | 0.57% | - |
| HSV(B) | 341.38º | 0.57% | 0.8% | - |
| XYZ | 32.03 | 21.27 | 21.49 | - |
| YUV | 126.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 124 | 0 | 0.57 | 0.39 | 0.2 | 341.38 | 0.53 | 0.57 |
| Hex | CC | 58 | 7C | 0 | 39 | 27 | 14 | 155 | 35 | 39 |
| Octal | 314 | 130 | 174 | 0 | 71 | 47 | 24 | 525 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1111100 | 0 | 111001 | 100111 | 10100 | 101010101 | 110101 | 111001 |
Color Harmonies of #CC587C
Complementary color
Monochromatic Colors of #CC587C
Black with #CC587C
Text Example
Text Example
White with #CC587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC587C; }
p { color: rgb(204,88,124); }
H1.HeaderClassName
{
color: #CC587C;
}
.AnyTagClassName
{
color: #CC587C;
}
</style>
background-color css
<style>
a { background-color: #CC587C; }
a { background-color: rgb(204,88,124); }
div.DivClassName
{
background-color: #CC587C;
}
.BgClassName
{
background-color: #CC587C;
}
</style>
border-color css
<style>
span { border-color: #CC587C; }
span { border-color: rgb(204,88,124); }
td.TdClassName
{
border-color: #CC587C;
}
.TagClassName
{
border-color: #CC587C;
}
</style>