Shades of Cranberry #CF5483
Tints of Cranberry #CF5483
RGB
CMYK
RGB Variations
Color information
#CF5483 (or 0xCF5483) is known color: Cranberry. HEX triplet: CF, 54 and 83. RGB value is (207,84,131). Sum of RGB (Red+Green+Blue) = 207+84+131=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5483 is #30AB7C. Grayscale: #7E7E7E. Windows color (decimal): -3189629 or 8606927. OLE color: 8606927.
HSL color Cylindrical-coordinate representation of color #CF5483: hue angle of 337.07º 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 #CF5483 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 131 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.19 |
| HSL | 337.07º | 0.56% | 0.57% | - |
| HSV(B) | 337.07º | 0.59% | 0.81% | - |
| XYZ | 33 | 21.24 | 23.83 | - |
| YUV | 126.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 131 | 0 | 0.59 | 0.37 | 0.19 | 337.07 | 0.56 | 0.57 |
| Hex | CF | 54 | 83 | 0 | 3B | 25 | 13 | 151 | 38 | 39 |
| Octal | 317 | 124 | 203 | 0 | 73 | 45 | 23 | 521 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10000011 | 0 | 111011 | 100101 | 10011 | 101010001 | 111000 | 111001 |
Color Harmonies of #CF5483
Complementary color
Monochromatic Colors of #CF5483
Black with #CF5483
Text Example
Text Example
White with #CF5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5483; }
p { color: rgb(207,84,131); }
H1.HeaderClassName
{
color: #CF5483;
}
.AnyTagClassName
{
color: #CF5483;
}
</style>
background-color css
<style>
a { background-color: #CF5483; }
a { background-color: rgb(207,84,131); }
div.DivClassName
{
background-color: #CF5483;
}
.BgClassName
{
background-color: #CF5483;
}
</style>
border-color css
<style>
span { border-color: #CF5483; }
span { border-color: rgb(207,84,131); }
td.TdClassName
{
border-color: #CF5483;
}
.TagClassName
{
border-color: #CF5483;
}
</style>