Shades of Cranberry #CF437D
Tints of Cranberry #CF437D
RGB
CMYK
RGB Variations
Color information
#CF437D (or 0xCF437D) is known color: Cranberry. HEX triplet: CF, 43 and 7D. RGB value is (207,67,125). Sum of RGB (Red+Green+Blue) = 207+67+125=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF437D is #30BC82. Grayscale: #737373. Windows color (decimal): -3193987 or 8209359. OLE color: 8209359.
HSL color Cylindrical-coordinate representation of color #CF437D: hue angle of 335.14º 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 #CF437D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 125 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.19 |
| HSL | 335.14º | 0.59% | 0.54% | - |
| HSV(B) | 335.14º | 0.68% | 0.81% | - |
| XYZ | 31.44 | 18.76 | 21.37 | - |
| YUV | 115.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 125 | 0 | 0.68 | 0.40 | 0.19 | 335.14 | 0.59 | 0.54 |
| Hex | CF | 43 | 7D | 0 | 44 | 28 | 13 | 14F | 3B | 36 |
| Octal | 317 | 103 | 175 | 0 | 104 | 50 | 23 | 517 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1111101 | 0 | 1000100 | 101000 | 10011 | 101001111 | 111011 | 110110 |
Color Harmonies of #CF437D
Complementary color
Monochromatic Colors of #CF437D
Black with #CF437D
Text Example
Text Example
White with #CF437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF437D; }
p { color: rgb(207,67,125); }
H1.HeaderClassName
{
color: #CF437D;
}
.AnyTagClassName
{
color: #CF437D;
}
</style>
background-color css
<style>
a { background-color: #CF437D; }
a { background-color: rgb(207,67,125); }
div.DivClassName
{
background-color: #CF437D;
}
.BgClassName
{
background-color: #CF437D;
}
</style>
border-color css
<style>
span { border-color: #CF437D; }
span { border-color: rgb(207,67,125); }
td.TdClassName
{
border-color: #CF437D;
}
.TagClassName
{
border-color: #CF437D;
}
</style>