Shades of Cranberry #CC547F
Tints of Cranberry #CC547F
RGB
CMYK
RGB Variations
Color information
#CC547F (or 0xCC547F) is known color: Cranberry. HEX triplet: CC, 54 and 7F. RGB value is (204,84,127). Sum of RGB (Red+Green+Blue) = 204+84+127=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547F is #33AB80. Grayscale: #7C7C7C. Windows color (decimal): -3386241 or 8344780. OLE color: 8344780.
HSL color Cylindrical-coordinate representation of color #CC547F: hue angle of 338.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC547F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 127 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.2 |
| HSL | 338.5º | 0.54% | 0.56% | - |
| HSV(B) | 338.5º | 0.59% | 0.8% | - |
| XYZ | 31.9 | 20.71 | 22.39 | - |
| YUV | 124.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 127 | 0 | 0.59 | 0.38 | 0.2 | 338.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 7F | 0 | 3B | 26 | 14 | 152 | 36 | 38 |
| Octal | 314 | 124 | 177 | 0 | 73 | 46 | 24 | 522 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1111111 | 0 | 111011 | 100110 | 10100 | 101010010 | 110110 | 111000 |
Color Harmonies of #CC547F
Complementary color
Monochromatic Colors of #CC547F
Black with #CC547F
Text Example
Text Example
White with #CC547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC547F; }
p { color: rgb(204,84,127); }
H1.HeaderClassName
{
color: #CC547F;
}
.AnyTagClassName
{
color: #CC547F;
}
</style>
background-color css
<style>
a { background-color: #CC547F; }
a { background-color: rgb(204,84,127); }
div.DivClassName
{
background-color: #CC547F;
}
.BgClassName
{
background-color: #CC547F;
}
</style>
border-color css
<style>
span { border-color: #CC547F; }
span { border-color: rgb(204,84,127); }
td.TdClassName
{
border-color: #CC547F;
}
.TagClassName
{
border-color: #CC547F;
}
</style>