Shades of Cranberry #CF527D
Tints of Cranberry #CF527D
RGB
CMYK
RGB Variations
Color information
#CF527D (or 0xCF527D) is known color: Cranberry. HEX triplet: CF, 52 and 7D. RGB value is (207,82,125). Sum of RGB (Red+Green+Blue) = 207+82+125=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF527D is #30AD82. Grayscale: #7C7C7C. Windows color (decimal): -3190147 or 8213199. OLE color: 8213199.
HSL color Cylindrical-coordinate representation of color #CF527D: hue angle of 339.36º 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 #CF527D is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 125 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.19 |
| HSL | 339.36º | 0.57% | 0.57% | - |
| HSV(B) | 339.36º | 0.6% | 0.81% | - |
| XYZ | 32.45 | 20.78 | 21.7 | - |
| YUV | 124.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 125 | 0 | 0.60 | 0.40 | 0.19 | 339.36 | 0.57 | 0.57 |
| Hex | CF | 52 | 7D | 0 | 3C | 28 | 13 | 153 | 39 | 39 |
| Octal | 317 | 122 | 175 | 0 | 74 | 50 | 23 | 523 | 71 | 71 |
| Binary | 11001111 | 1010010 | 1111101 | 0 | 111100 | 101000 | 10011 | 101010011 | 111001 | 111001 |
Color Harmonies of #CF527D
Complementary color
Monochromatic Colors of #CF527D
Black with #CF527D
Text Example
Text Example
White with #CF527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF527D; }
p { color: rgb(207,82,125); }
H1.HeaderClassName
{
color: #CF527D;
}
.AnyTagClassName
{
color: #CF527D;
}
</style>
background-color css
<style>
a { background-color: #CF527D; }
a { background-color: rgb(207,82,125); }
div.DivClassName
{
background-color: #CF527D;
}
.BgClassName
{
background-color: #CF527D;
}
</style>
border-color css
<style>
span { border-color: #CF527D; }
span { border-color: rgb(207,82,125); }
td.TdClassName
{
border-color: #CF527D;
}
.TagClassName
{
border-color: #CF527D;
}
</style>