Shades of Cranberry #CF417C
Tints of Cranberry #CF417C
RGB
CMYK
RGB Variations
Color information
#CF417C (or 0xCF417C) is known color: Cranberry. HEX triplet: CF, 41 and 7C. RGB value is (207,65,124). Sum of RGB (Red+Green+Blue) = 207+65+124=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF417C is #30BE83. Grayscale: #727272. Windows color (decimal): -3194500 or 8143311. OLE color: 8143311.
HSL color Cylindrical-coordinate representation of color #CF417C: hue angle of 335.07º 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 #CF417C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 124 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.19 |
| HSL | 335.07º | 0.6% | 0.53% | - |
| HSV(B) | 335.07º | 0.69% | 0.81% | - |
| XYZ | 31.26 | 18.5 | 20.99 | - |
| YUV | 114.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 124 | 0 | 0.69 | 0.40 | 0.19 | 335.07 | 0.6 | 0.53 |
| Hex | CF | 41 | 7C | 0 | 45 | 28 | 13 | 14F | 3C | 35 |
| Octal | 317 | 101 | 174 | 0 | 105 | 50 | 23 | 517 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1111100 | 0 | 1000101 | 101000 | 10011 | 101001111 | 111100 | 110101 |
Color Harmonies of #CF417C
Complementary color
Monochromatic Colors of #CF417C
Black with #CF417C
Text Example
Text Example
White with #CF417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF417C; }
p { color: rgb(207,65,124); }
H1.HeaderClassName
{
color: #CF417C;
}
.AnyTagClassName
{
color: #CF417C;
}
</style>
background-color css
<style>
a { background-color: #CF417C; }
a { background-color: rgb(207,65,124); }
div.DivClassName
{
background-color: #CF417C;
}
.BgClassName
{
background-color: #CF417C;
}
</style>
border-color css
<style>
span { border-color: #CF417C; }
span { border-color: rgb(207,65,124); }
td.TdClassName
{
border-color: #CF417C;
}
.TagClassName
{
border-color: #CF417C;
}
</style>