Shades of Cranberry #CF457A
Tints of Cranberry #CF457A
RGB
CMYK
RGB Variations
Color information
#CF457A (or 0xCF457A) is known color: Cranberry. HEX triplet: CF, 45 and 7A. RGB value is (207,69,122). Sum of RGB (Red+Green+Blue) = 207+69+122=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF457A is #30BA85. Grayscale: #747474. Windows color (decimal): -3193478 or 8013263. OLE color: 8013263.
HSL color Cylindrical-coordinate representation of color #CF457A: hue angle of 336.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF457A is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 122 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.19 |
| HSL | 336.96º | 0.59% | 0.54% | - |
| HSV(B) | 336.96º | 0.67% | 0.81% | - |
| XYZ | 31.37 | 18.93 | 20.41 | - |
| YUV | 116.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 122 | 0 | 0.67 | 0.41 | 0.19 | 336.96 | 0.59 | 0.54 |
| Hex | CF | 45 | 7A | 0 | 43 | 29 | 13 | 151 | 3B | 36 |
| Octal | 317 | 105 | 172 | 0 | 103 | 51 | 23 | 521 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1111010 | 0 | 1000011 | 101001 | 10011 | 101010001 | 111011 | 110110 |
Color Harmonies of #CF457A
Complementary color
Monochromatic Colors of #CF457A
Black with #CF457A
Text Example
Text Example
White with #CF457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF457A; }
p { color: rgb(207,69,122); }
H1.HeaderClassName
{
color: #CF457A;
}
.AnyTagClassName
{
color: #CF457A;
}
</style>
background-color css
<style>
a { background-color: #CF457A; }
a { background-color: rgb(207,69,122); }
div.DivClassName
{
background-color: #CF457A;
}
.BgClassName
{
background-color: #CF457A;
}
</style>
border-color css
<style>
span { border-color: #CF457A; }
span { border-color: rgb(207,69,122); }
td.TdClassName
{
border-color: #CF457A;
}
.TagClassName
{
border-color: #CF457A;
}
</style>