Shades of Cranberry #CC547D
Tints of Cranberry #CC547D
RGB
CMYK
RGB Variations
Color information
#CC547D (or 0xCC547D) is known color: Cranberry. HEX triplet: CC, 54 and 7D. RGB value is (204,84,125). Sum of RGB (Red+Green+Blue) = 204+84+125=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547D is #33AB82. Grayscale: #7C7C7C. Windows color (decimal): -3386243 or 8213708. OLE color: 8213708.
HSL color Cylindrical-coordinate representation of color #CC547D: hue angle of 339.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 #CC547D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 125 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.2 |
| HSL | 339.5º | 0.54% | 0.56% | - |
| HSV(B) | 339.5º | 0.59% | 0.8% | - |
| XYZ | 31.77 | 20.66 | 21.71 | - |
| YUV | 124.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 125 | 0 | 0.59 | 0.39 | 0.2 | 339.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 7D | 0 | 3B | 27 | 14 | 154 | 36 | 38 |
| Octal | 314 | 124 | 175 | 0 | 73 | 47 | 24 | 524 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1111101 | 0 | 111011 | 100111 | 10100 | 101010100 | 110110 | 111000 |
Color Harmonies of #CC547D
Complementary color
Monochromatic Colors of #CC547D
Black with #CC547D
Text Example
Text Example
White with #CC547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC547D; }
p { color: rgb(204,84,125); }
H1.HeaderClassName
{
color: #CC547D;
}
.AnyTagClassName
{
color: #CC547D;
}
</style>
background-color css
<style>
a { background-color: #CC547D; }
a { background-color: rgb(204,84,125); }
div.DivClassName
{
background-color: #CC547D;
}
.BgClassName
{
background-color: #CC547D;
}
</style>
border-color css
<style>
span { border-color: #CC547D; }
span { border-color: rgb(204,84,125); }
td.TdClassName
{
border-color: #CC547D;
}
.TagClassName
{
border-color: #CC547D;
}
</style>