Shades of Cranberry #CF427A
Tints of Cranberry #CF427A
RGB
CMYK
RGB Variations
Color information
#CF427A (or 0xCF427A) is known color: Cranberry. HEX triplet: CF, 42 and 7A. RGB value is (207,66,122). Sum of RGB (Red+Green+Blue) = 207+66+122=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF427A is #30BD85. Grayscale: #727272. Windows color (decimal): -3194246 or 8012495. OLE color: 8012495.
HSL color Cylindrical-coordinate representation of color #CF427A: hue angle of 336.17º 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 #CF427A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 122 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.19 |
| HSL | 336.17º | 0.59% | 0.54% | - |
| HSV(B) | 336.17º | 0.68% | 0.81% | - |
| XYZ | 31.19 | 18.57 | 20.35 | - |
| YUV | 114.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 122 | 0 | 0.68 | 0.41 | 0.19 | 336.17 | 0.59 | 0.54 |
| Hex | CF | 42 | 7A | 0 | 44 | 29 | 13 | 150 | 3B | 36 |
| Octal | 317 | 102 | 172 | 0 | 104 | 51 | 23 | 520 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1111010 | 0 | 1000100 | 101001 | 10011 | 101010000 | 111011 | 110110 |
Color Harmonies of #CF427A
Complementary color
Monochromatic Colors of #CF427A
Black with #CF427A
Text Example
Text Example
White with #CF427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF427A; }
p { color: rgb(207,66,122); }
H1.HeaderClassName
{
color: #CF427A;
}
.AnyTagClassName
{
color: #CF427A;
}
</style>
background-color css
<style>
a { background-color: #CF427A; }
a { background-color: rgb(207,66,122); }
div.DivClassName
{
background-color: #CF427A;
}
.BgClassName
{
background-color: #CF427A;
}
</style>
border-color css
<style>
span { border-color: #CF427A; }
span { border-color: rgb(207,66,122); }
td.TdClassName
{
border-color: #CF427A;
}
.TagClassName
{
border-color: #CF427A;
}
</style>