Shades of Cranberry #CF547F
Tints of Cranberry #CF547F
RGB
CMYK
RGB Variations
Color information
#CF547F (or 0xCF547F) is known color: Cranberry. HEX triplet: CF, 54 and 7F. RGB value is (207,84,127). Sum of RGB (Red+Green+Blue) = 207+84+127=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF547F is #30AB80. Grayscale: #7D7D7D. Windows color (decimal): -3189633 or 8344783. OLE color: 8344783.
HSL color Cylindrical-coordinate representation of color #CF547F: hue angle of 339.02º 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 #CF547F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 127 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.19 |
| HSL | 339.02º | 0.56% | 0.57% | - |
| HSV(B) | 339.02º | 0.59% | 0.81% | - |
| XYZ | 32.73 | 21.14 | 22.43 | - |
| YUV | 125.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 127 | 0 | 0.59 | 0.39 | 0.19 | 339.02 | 0.56 | 0.57 |
| Hex | CF | 54 | 7F | 0 | 3B | 27 | 13 | 153 | 38 | 39 |
| Octal | 317 | 124 | 177 | 0 | 73 | 47 | 23 | 523 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1111111 | 0 | 111011 | 100111 | 10011 | 101010011 | 111000 | 111001 |
Color Harmonies of #CF547F
Complementary color
Monochromatic Colors of #CF547F
Black with #CF547F
Text Example
Text Example
White with #CF547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF547F; }
p { color: rgb(207,84,127); }
H1.HeaderClassName
{
color: #CF547F;
}
.AnyTagClassName
{
color: #CF547F;
}
</style>
background-color css
<style>
a { background-color: #CF547F; }
a { background-color: rgb(207,84,127); }
div.DivClassName
{
background-color: #CF547F;
}
.BgClassName
{
background-color: #CF547F;
}
</style>
border-color css
<style>
span { border-color: #CF547F; }
span { border-color: rgb(207,84,127); }
td.TdClassName
{
border-color: #CF547F;
}
.TagClassName
{
border-color: #CF547F;
}
</style>