Shades of Cranberry #CF5484
Tints of Cranberry #CF5484
RGB
CMYK
RGB Variations
Color information
#CF5484 (or 0xCF5484) is known color: Cranberry. HEX triplet: CF, 54 and 84. RGB value is (207,84,132). Sum of RGB (Red+Green+Blue) = 207+84+132=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5484 is #30AB7B. Grayscale: #7E7E7E. Windows color (decimal): -3189628 or 8672463. OLE color: 8672463.
HSL color Cylindrical-coordinate representation of color #CF5484: hue angle of 336.59º 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 #CF5484 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 132 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.19 |
| HSL | 336.59º | 0.56% | 0.57% | - |
| HSV(B) | 336.59º | 0.59% | 0.81% | - |
| XYZ | 33.07 | 21.27 | 24.19 | - |
| YUV | 126.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 132 | 0 | 0.59 | 0.36 | 0.19 | 336.59 | 0.56 | 0.57 |
| Hex | CF | 54 | 84 | 0 | 3B | 24 | 13 | 151 | 38 | 39 |
| Octal | 317 | 124 | 204 | 0 | 73 | 44 | 23 | 521 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10000100 | 0 | 111011 | 100100 | 10011 | 101010001 | 111000 | 111001 |
Color Harmonies of #CF5484
Complementary color
Monochromatic Colors of #CF5484
Black with #CF5484
Text Example
Text Example
White with #CF5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5484; }
p { color: rgb(207,84,132); }
H1.HeaderClassName
{
color: #CF5484;
}
.AnyTagClassName
{
color: #CF5484;
}
</style>
background-color css
<style>
a { background-color: #CF5484; }
a { background-color: rgb(207,84,132); }
div.DivClassName
{
background-color: #CF5484;
}
.BgClassName
{
background-color: #CF5484;
}
</style>
border-color css
<style>
span { border-color: #CF5484; }
span { border-color: rgb(207,84,132); }
td.TdClassName
{
border-color: #CF5484;
}
.TagClassName
{
border-color: #CF5484;
}
</style>