Shades of Cranberry #CF457B
Tints of Cranberry #CF457B
RGB
CMYK
RGB Variations
Color information
#CF457B (or 0xCF457B) is known color: Cranberry. HEX triplet: CF, 45 and 7B. RGB value is (207,69,123). Sum of RGB (Red+Green+Blue) = 207+69+123=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF457B is #30BA84. Grayscale: #747474. Windows color (decimal): -3193477 or 8078799. OLE color: 8078799.
HSL color Cylindrical-coordinate representation of color #CF457B: hue angle of 336.52º 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 #CF457B is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 123 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.19 |
| HSL | 336.52º | 0.59% | 0.54% | - |
| HSV(B) | 336.52º | 0.67% | 0.81% | - |
| XYZ | 31.44 | 18.95 | 20.74 | - |
| YUV | 116.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 123 | 0 | 0.67 | 0.41 | 0.19 | 336.52 | 0.59 | 0.54 |
| Hex | CF | 45 | 7B | 0 | 43 | 29 | 13 | 151 | 3B | 36 |
| Octal | 317 | 105 | 173 | 0 | 103 | 51 | 23 | 521 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1111011 | 0 | 1000011 | 101001 | 10011 | 101010001 | 111011 | 110110 |
Color Harmonies of #CF457B
Complementary color
Monochromatic Colors of #CF457B
Black with #CF457B
Text Example
Text Example
White with #CF457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF457B; }
p { color: rgb(207,69,123); }
H1.HeaderClassName
{
color: #CF457B;
}
.AnyTagClassName
{
color: #CF457B;
}
</style>
background-color css
<style>
a { background-color: #CF457B; }
a { background-color: rgb(207,69,123); }
div.DivClassName
{
background-color: #CF457B;
}
.BgClassName
{
background-color: #CF457B;
}
</style>
border-color css
<style>
span { border-color: #CF457B; }
span { border-color: rgb(207,69,123); }
td.TdClassName
{
border-color: #CF457B;
}
.TagClassName
{
border-color: #CF457B;
}
</style>