Shades of Cranberry #CF4278
Tints of Cranberry #CF4278
RGB
CMYK
RGB Variations
Color information
#CF4278 (or 0xCF4278) is known color: Cranberry. HEX triplet: CF, 42 and 78. RGB value is (207,66,120). Sum of RGB (Red+Green+Blue) = 207+66+120=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4278 is #30BD87. Grayscale: #727272. Windows color (decimal): -3194248 or 7881423. OLE color: 7881423.
HSL color Cylindrical-coordinate representation of color #CF4278: hue angle of 337.02º 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 #CF4278 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 120 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.19 |
| HSL | 337.02º | 0.59% | 0.54% | - |
| HSV(B) | 337.02º | 0.68% | 0.81% | - |
| XYZ | 31.07 | 18.52 | 19.71 | - |
| YUV | 114.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 120 | 0 | 0.68 | 0.42 | 0.19 | 337.02 | 0.59 | 0.54 |
| Hex | CF | 42 | 78 | 0 | 44 | 2A | 13 | 151 | 3B | 36 |
| Octal | 317 | 102 | 170 | 0 | 104 | 52 | 23 | 521 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1111000 | 0 | 1000100 | 101010 | 10011 | 101010001 | 111011 | 110110 |
Color Harmonies of #CF4278
Complementary color
Monochromatic Colors of #CF4278
Black with #CF4278
Text Example
Text Example
White with #CF4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4278; }
p { color: rgb(207,66,120); }
H1.HeaderClassName
{
color: #CF4278;
}
.AnyTagClassName
{
color: #CF4278;
}
</style>
background-color css
<style>
a { background-color: #CF4278; }
a { background-color: rgb(207,66,120); }
div.DivClassName
{
background-color: #CF4278;
}
.BgClassName
{
background-color: #CF4278;
}
</style>
border-color css
<style>
span { border-color: #CF4278; }
span { border-color: rgb(207,66,120); }
td.TdClassName
{
border-color: #CF4278;
}
.TagClassName
{
border-color: #CF4278;
}
</style>