Shades of Cranberry #CF437A
Tints of Cranberry #CF437A
RGB
CMYK
RGB Variations
Color information
#CF437A (or 0xCF437A) is known color: Cranberry. HEX triplet: CF, 43 and 7A. RGB value is (207,67,122). Sum of RGB (Red+Green+Blue) = 207+67+122=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF437A is #30BC85. Grayscale: #737373. Windows color (decimal): -3193990 or 8012751. OLE color: 8012751.
HSL color Cylindrical-coordinate representation of color #CF437A: hue angle of 336.43º 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 #CF437A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 122 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.19 |
| HSL | 336.43º | 0.59% | 0.54% | - |
| HSV(B) | 336.43º | 0.68% | 0.81% | - |
| XYZ | 31.25 | 18.68 | 20.37 | - |
| YUV | 115.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 122 | 0 | 0.68 | 0.41 | 0.19 | 336.43 | 0.59 | 0.54 |
| Hex | CF | 43 | 7A | 0 | 44 | 29 | 13 | 150 | 3B | 36 |
| Octal | 317 | 103 | 172 | 0 | 104 | 51 | 23 | 520 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1111010 | 0 | 1000100 | 101001 | 10011 | 101010000 | 111011 | 110110 |
Color Harmonies of #CF437A
Complementary color
Monochromatic Colors of #CF437A
Black with #CF437A
Text Example
Text Example
White with #CF437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF437A; }
p { color: rgb(207,67,122); }
H1.HeaderClassName
{
color: #CF437A;
}
.AnyTagClassName
{
color: #CF437A;
}
</style>
background-color css
<style>
a { background-color: #CF437A; }
a { background-color: rgb(207,67,122); }
div.DivClassName
{
background-color: #CF437A;
}
.BgClassName
{
background-color: #CF437A;
}
</style>
border-color css
<style>
span { border-color: #CF437A; }
span { border-color: rgb(207,67,122); }
td.TdClassName
{
border-color: #CF437A;
}
.TagClassName
{
border-color: #CF437A;
}
</style>