Shades of Cranberry #CF447E
Tints of Cranberry #CF447E
RGB
CMYK
RGB Variations
Color information
#CF447E (or 0xCF447E) is known color: Cranberry. HEX triplet: CF, 44 and 7E. RGB value is (207,68,126). Sum of RGB (Red+Green+Blue) = 207+68+126=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF447E is #30BB81. Grayscale: #747474. Windows color (decimal): -3193730 or 8275151. OLE color: 8275151.
HSL color Cylindrical-coordinate representation of color #CF447E: hue angle of 334.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF447E is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 126 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.19 |
| HSL | 334.96º | 0.59% | 0.54% | - |
| HSV(B) | 334.96º | 0.67% | 0.81% | - |
| XYZ | 31.57 | 18.91 | 21.72 | - |
| YUV | 116.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 126 | 0 | 0.67 | 0.39 | 0.19 | 334.96 | 0.59 | 0.54 |
| Hex | CF | 44 | 7E | 0 | 43 | 27 | 13 | 14F | 3B | 36 |
| Octal | 317 | 104 | 176 | 0 | 103 | 47 | 23 | 517 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1111110 | 0 | 1000011 | 100111 | 10011 | 101001111 | 111011 | 110110 |
Color Harmonies of #CF447E
Complementary color
Monochromatic Colors of #CF447E
Black with #CF447E
Text Example
Text Example
White with #CF447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF447E; }
p { color: rgb(207,68,126); }
H1.HeaderClassName
{
color: #CF447E;
}
.AnyTagClassName
{
color: #CF447E;
}
</style>
background-color css
<style>
a { background-color: #CF447E; }
a { background-color: rgb(207,68,126); }
div.DivClassName
{
background-color: #CF447E;
}
.BgClassName
{
background-color: #CF447E;
}
</style>
border-color css
<style>
span { border-color: #CF447E; }
span { border-color: rgb(207,68,126); }
td.TdClassName
{
border-color: #CF447E;
}
.TagClassName
{
border-color: #CF447E;
}
</style>