Shades of Cranberry #CF557D
Tints of Cranberry #CF557D
RGB
CMYK
RGB Variations
Color information
#CF557D (or 0xCF557D) is known color: Cranberry. HEX triplet: CF, 55 and 7D. RGB value is (207,85,125). Sum of RGB (Red+Green+Blue) = 207+85+125=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF557D is #30AA82. Grayscale: #7E7E7E. Windows color (decimal): -3189379 or 8213967. OLE color: 8213967.
HSL color Cylindrical-coordinate representation of color #CF557D: hue angle of 340.33º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF557D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 125 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.19 |
| HSL | 340.33º | 0.56% | 0.57% | - |
| HSV(B) | 340.33º | 0.59% | 0.81% | - |
| XYZ | 32.68 | 21.24 | 21.78 | - |
| YUV | 126.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 125 | 0 | 0.59 | 0.40 | 0.19 | 340.33 | 0.56 | 0.57 |
| Hex | CF | 55 | 7D | 0 | 3B | 28 | 13 | 154 | 38 | 39 |
| Octal | 317 | 125 | 175 | 0 | 73 | 50 | 23 | 524 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1111101 | 0 | 111011 | 101000 | 10011 | 101010100 | 111000 | 111001 |
Color Harmonies of #CF557D
Complementary color
Monochromatic Colors of #CF557D
Black with #CF557D
Text Example
Text Example
White with #CF557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF557D; }
p { color: rgb(207,85,125); }
H1.HeaderClassName
{
color: #CF557D;
}
.AnyTagClassName
{
color: #CF557D;
}
</style>
background-color css
<style>
a { background-color: #CF557D; }
a { background-color: rgb(207,85,125); }
div.DivClassName
{
background-color: #CF557D;
}
.BgClassName
{
background-color: #CF557D;
}
</style>
border-color css
<style>
span { border-color: #CF557D; }
span { border-color: rgb(207,85,125); }
td.TdClassName
{
border-color: #CF557D;
}
.TagClassName
{
border-color: #CF557D;
}
</style>