Shades of Cranberry #CF427B
Tints of Cranberry #CF427B
RGB
CMYK
RGB Variations
Color information
#CF427B (or 0xCF427B) is known color: Cranberry. HEX triplet: CF, 42 and 7B. RGB value is (207,66,123). Sum of RGB (Red+Green+Blue) = 207+66+123=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF427B is #30BD84. Grayscale: #727272. Windows color (decimal): -3194245 or 8078031. OLE color: 8078031.
HSL color Cylindrical-coordinate representation of color #CF427B: hue angle of 335.74º 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 #CF427B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 123 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.19 |
| HSL | 335.74º | 0.59% | 0.54% | - |
| HSV(B) | 335.74º | 0.68% | 0.81% | - |
| XYZ | 31.26 | 18.59 | 20.68 | - |
| YUV | 114.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 123 | 0 | 0.68 | 0.41 | 0.19 | 335.74 | 0.59 | 0.54 |
| Hex | CF | 42 | 7B | 0 | 44 | 29 | 13 | 150 | 3B | 36 |
| Octal | 317 | 102 | 173 | 0 | 104 | 51 | 23 | 520 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1111011 | 0 | 1000100 | 101001 | 10011 | 101010000 | 111011 | 110110 |
Color Harmonies of #CF427B
Complementary color
Monochromatic Colors of #CF427B
Black with #CF427B
Text Example
Text Example
White with #CF427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF427B; }
p { color: rgb(207,66,123); }
H1.HeaderClassName
{
color: #CF427B;
}
.AnyTagClassName
{
color: #CF427B;
}
</style>
background-color css
<style>
a { background-color: #CF427B; }
a { background-color: rgb(207,66,123); }
div.DivClassName
{
background-color: #CF427B;
}
.BgClassName
{
background-color: #CF427B;
}
</style>
border-color css
<style>
span { border-color: #CF427B; }
span { border-color: rgb(207,66,123); }
td.TdClassName
{
border-color: #CF427B;
}
.TagClassName
{
border-color: #CF427B;
}
</style>