Shades of Cranberry #CF427D
Tints of Cranberry #CF427D
RGB
CMYK
RGB Variations
Color information
#CF427D (or 0xCF427D) is known color: Cranberry. HEX triplet: CF, 42 and 7D. RGB value is (207,66,125). Sum of RGB (Red+Green+Blue) = 207+66+125=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF427D is #30BD82. Grayscale: #727272. Windows color (decimal): -3194243 or 8209103. OLE color: 8209103.
HSL color Cylindrical-coordinate representation of color #CF427D: hue angle of 334.89º 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 #CF427D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 125 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.19 |
| HSL | 334.89º | 0.59% | 0.54% | - |
| HSV(B) | 334.89º | 0.68% | 0.81% | - |
| XYZ | 31.38 | 18.64 | 21.35 | - |
| YUV | 114.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 125 | 0 | 0.68 | 0.40 | 0.19 | 334.89 | 0.59 | 0.54 |
| Hex | CF | 42 | 7D | 0 | 44 | 28 | 13 | 14F | 3B | 36 |
| Octal | 317 | 102 | 175 | 0 | 104 | 50 | 23 | 517 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1111101 | 0 | 1000100 | 101000 | 10011 | 101001111 | 111011 | 110110 |
Color Harmonies of #CF427D
Complementary color
Monochromatic Colors of #CF427D
Black with #CF427D
Text Example
Text Example
White with #CF427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF427D; }
p { color: rgb(207,66,125); }
H1.HeaderClassName
{
color: #CF427D;
}
.AnyTagClassName
{
color: #CF427D;
}
</style>
background-color css
<style>
a { background-color: #CF427D; }
a { background-color: rgb(207,66,125); }
div.DivClassName
{
background-color: #CF427D;
}
.BgClassName
{
background-color: #CF427D;
}
</style>
border-color css
<style>
span { border-color: #CF427D; }
span { border-color: rgb(207,66,125); }
td.TdClassName
{
border-color: #CF427D;
}
.TagClassName
{
border-color: #CF427D;
}
</style>