Shades of Cranberry #CF507E
Tints of Cranberry #CF507E
RGB
CMYK
RGB Variations
Color information
#CF507E (or 0xCF507E) is known color: Cranberry. HEX triplet: CF, 50 and 7E. RGB value is (207,80,126). Sum of RGB (Red+Green+Blue) = 207+80+126=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF507E is #30AF81. Grayscale: #7B7B7B. Windows color (decimal): -3190658 or 8278223. OLE color: 8278223.
HSL color Cylindrical-coordinate representation of color #CF507E: hue angle of 338.27º 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 #CF507E is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 126 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.19 |
| HSL | 338.27º | 0.57% | 0.56% | - |
| HSV(B) | 338.27º | 0.61% | 0.81% | - |
| XYZ | 32.37 | 20.51 | 21.99 | - |
| YUV | 123.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 126 | 0 | 0.61 | 0.39 | 0.19 | 338.27 | 0.57 | 0.56 |
| Hex | CF | 50 | 7E | 0 | 3D | 27 | 13 | 152 | 39 | 38 |
| Octal | 317 | 120 | 176 | 0 | 75 | 47 | 23 | 522 | 71 | 70 |
| Binary | 11001111 | 1010000 | 1111110 | 0 | 111101 | 100111 | 10011 | 101010010 | 111001 | 111000 |
Color Harmonies of #CF507E
Complementary color
Monochromatic Colors of #CF507E
Black with #CF507E
Text Example
Text Example
White with #CF507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF507E; }
p { color: rgb(207,80,126); }
H1.HeaderClassName
{
color: #CF507E;
}
.AnyTagClassName
{
color: #CF507E;
}
</style>
background-color css
<style>
a { background-color: #CF507E; }
a { background-color: rgb(207,80,126); }
div.DivClassName
{
background-color: #CF507E;
}
.BgClassName
{
background-color: #CF507E;
}
</style>
border-color css
<style>
span { border-color: #CF507E; }
span { border-color: rgb(207,80,126); }
td.TdClassName
{
border-color: #CF507E;
}
.TagClassName
{
border-color: #CF507E;
}
</style>