Shades of Cranberry #CF417A
Tints of Cranberry #CF417A
RGB
CMYK
RGB Variations
Color information
#CF417A (or 0xCF417A) is known color: Cranberry. HEX triplet: CF, 41 and 7A. RGB value is (207,65,122). Sum of RGB (Red+Green+Blue) = 207+65+122=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF417A is #30BE85. Grayscale: #717171. Windows color (decimal): -3194502 or 8012239. OLE color: 8012239.
HSL color Cylindrical-coordinate representation of color #CF417A: hue angle of 335.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF417A is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 122 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.19 |
| HSL | 335.92º | 0.6% | 0.53% | - |
| HSV(B) | 335.92º | 0.69% | 0.81% | - |
| XYZ | 31.14 | 18.45 | 20.33 | - |
| YUV | 113.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 122 | 0 | 0.69 | 0.41 | 0.19 | 335.92 | 0.6 | 0.53 |
| Hex | CF | 41 | 7A | 0 | 45 | 29 | 13 | 150 | 3C | 35 |
| Octal | 317 | 101 | 172 | 0 | 105 | 51 | 23 | 520 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1111010 | 0 | 1000101 | 101001 | 10011 | 101010000 | 111100 | 110101 |
Color Harmonies of #CF417A
Complementary color
Monochromatic Colors of #CF417A
Black with #CF417A
Text Example
Text Example
White with #CF417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF417A; }
p { color: rgb(207,65,122); }
H1.HeaderClassName
{
color: #CF417A;
}
.AnyTagClassName
{
color: #CF417A;
}
</style>
background-color css
<style>
a { background-color: #CF417A; }
a { background-color: rgb(207,65,122); }
div.DivClassName
{
background-color: #CF417A;
}
.BgClassName
{
background-color: #CF417A;
}
</style>
border-color css
<style>
span { border-color: #CF417A; }
span { border-color: rgb(207,65,122); }
td.TdClassName
{
border-color: #CF417A;
}
.TagClassName
{
border-color: #CF417A;
}
</style>