Shades of Cranberry #CF4378
Tints of Cranberry #CF4378
RGB
CMYK
RGB Variations
Color information
#CF4378 (or 0xCF4378) is known color: Cranberry. HEX triplet: CF, 43 and 78. RGB value is (207,67,120). Sum of RGB (Red+Green+Blue) = 207+67+120=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4378 is #30BC87. Grayscale: #727272. Windows color (decimal): -3193992 or 7881679. OLE color: 7881679.
HSL color Cylindrical-coordinate representation of color #CF4378: hue angle of 337.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4378 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 120 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.19 |
| HSL | 337.29º | 0.59% | 0.54% | - |
| HSV(B) | 337.29º | 0.68% | 0.81% | - |
| XYZ | 31.13 | 18.64 | 19.73 | - |
| YUV | 114.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 120 | 0 | 0.68 | 0.42 | 0.19 | 337.29 | 0.59 | 0.54 |
| Hex | CF | 43 | 78 | 0 | 44 | 2A | 13 | 151 | 3B | 36 |
| Octal | 317 | 103 | 170 | 0 | 104 | 52 | 23 | 521 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1111000 | 0 | 1000100 | 101010 | 10011 | 101010001 | 111011 | 110110 |
Color Harmonies of #CF4378
Complementary color
Monochromatic Colors of #CF4378
Black with #CF4378
Text Example
Text Example
White with #CF4378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4378; }
p { color: rgb(207,67,120); }
H1.HeaderClassName
{
color: #CF4378;
}
.AnyTagClassName
{
color: #CF4378;
}
</style>
background-color css
<style>
a { background-color: #CF4378; }
a { background-color: rgb(207,67,120); }
div.DivClassName
{
background-color: #CF4378;
}
.BgClassName
{
background-color: #CF4378;
}
</style>
border-color css
<style>
span { border-color: #CF4378; }
span { border-color: rgb(207,67,120); }
td.TdClassName
{
border-color: #CF4378;
}
.TagClassName
{
border-color: #CF4378;
}
</style>