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