Shades of Cranberry #CF527C
Tints of Cranberry #CF527C
RGB
CMYK
RGB Variations
Color information
#CF527C (or 0xCF527C) is known color: Cranberry. HEX triplet: CF, 52 and 7C. RGB value is (207,82,124). Sum of RGB (Red+Green+Blue) = 207+82+124=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF527C is #30AD83. Grayscale: #7C7C7C. Windows color (decimal): -3190148 or 8147663. OLE color: 8147663.
HSL color Cylindrical-coordinate representation of color #CF527C: hue angle of 339.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF527C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 124 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.19 |
| HSL | 339.84º | 0.57% | 0.57% | - |
| HSV(B) | 339.84º | 0.6% | 0.81% | - |
| XYZ | 32.39 | 20.76 | 21.37 | - |
| YUV | 124.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 124 | 0 | 0.60 | 0.40 | 0.19 | 339.84 | 0.57 | 0.57 |
| Hex | CF | 52 | 7C | 0 | 3C | 28 | 13 | 154 | 39 | 39 |
| Octal | 317 | 122 | 174 | 0 | 74 | 50 | 23 | 524 | 71 | 71 |
| Binary | 11001111 | 1010010 | 1111100 | 0 | 111100 | 101000 | 10011 | 101010100 | 111001 | 111001 |
Color Harmonies of #CF527C
Complementary color
Monochromatic Colors of #CF527C
Black with #CF527C
Text Example
Text Example
White with #CF527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF527C; }
p { color: rgb(207,82,124); }
H1.HeaderClassName
{
color: #CF527C;
}
.AnyTagClassName
{
color: #CF527C;
}
</style>
background-color css
<style>
a { background-color: #CF527C; }
a { background-color: rgb(207,82,124); }
div.DivClassName
{
background-color: #CF527C;
}
.BgClassName
{
background-color: #CF527C;
}
</style>
border-color css
<style>
span { border-color: #CF527C; }
span { border-color: rgb(207,82,124); }
td.TdClassName
{
border-color: #CF527C;
}
.TagClassName
{
border-color: #CF527C;
}
</style>