Shades of Cranberry #CF5081
Tints of Cranberry #CF5081
RGB
CMYK
RGB Variations
Color information
#CF5081 (or 0xCF5081) is known color: Cranberry. HEX triplet: CF, 50 and 81. RGB value is (207,80,129). Sum of RGB (Red+Green+Blue) = 207+80+129=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5081 is #30AF7E. Grayscale: #7B7B7B. Windows color (decimal): -3190655 or 8474831. OLE color: 8474831.
HSL color Cylindrical-coordinate representation of color #CF5081: hue angle of 336.85º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5081 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 129 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.19 |
| HSL | 336.85º | 0.57% | 0.56% | - |
| HSV(B) | 336.85º | 0.61% | 0.81% | - |
| XYZ | 32.56 | 20.59 | 23.03 | - |
| YUV | 123.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 129 | 0 | 0.61 | 0.38 | 0.19 | 336.85 | 0.57 | 0.56 |
| Hex | CF | 50 | 81 | 0 | 3D | 26 | 13 | 151 | 39 | 38 |
| Octal | 317 | 120 | 201 | 0 | 75 | 46 | 23 | 521 | 71 | 70 |
| Binary | 11001111 | 1010000 | 10000001 | 0 | 111101 | 100110 | 10011 | 101010001 | 111001 | 111000 |
Color Harmonies of #CF5081
Complementary color
Monochromatic Colors of #CF5081
Black with #CF5081
Text Example
Text Example
White with #CF5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5081; }
p { color: rgb(207,80,129); }
H1.HeaderClassName
{
color: #CF5081;
}
.AnyTagClassName
{
color: #CF5081;
}
</style>
background-color css
<style>
a { background-color: #CF5081; }
a { background-color: rgb(207,80,129); }
div.DivClassName
{
background-color: #CF5081;
}
.BgClassName
{
background-color: #CF5081;
}
</style>
border-color css
<style>
span { border-color: #CF5081; }
span { border-color: rgb(207,80,129); }
td.TdClassName
{
border-color: #CF5081;
}
.TagClassName
{
border-color: #CF5081;
}
</style>