Shades of Cranberry #CF507C
Tints of Cranberry #CF507C
RGB
CMYK
RGB Variations
Color information
#CF507C (or 0xCF507C) is known color: Cranberry. HEX triplet: CF, 50 and 7C. RGB value is (207,80,124). Sum of RGB (Red+Green+Blue) = 207+80+124=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF507C is #30AF83. Grayscale: #7A7A7A. Windows color (decimal): -3190660 or 8147151. OLE color: 8147151.
HSL color Cylindrical-coordinate representation of color #CF507C: hue angle of 339.21º 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 #CF507C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 124 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.19 |
| HSL | 339.21º | 0.57% | 0.56% | - |
| HSV(B) | 339.21º | 0.61% | 0.81% | - |
| XYZ | 32.24 | 20.46 | 21.32 | - |
| YUV | 122.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 124 | 0 | 0.61 | 0.40 | 0.19 | 339.21 | 0.57 | 0.56 |
| Hex | CF | 50 | 7C | 0 | 3D | 28 | 13 | 153 | 39 | 38 |
| Octal | 317 | 120 | 174 | 0 | 75 | 50 | 23 | 523 | 71 | 70 |
| Binary | 11001111 | 1010000 | 1111100 | 0 | 111101 | 101000 | 10011 | 101010011 | 111001 | 111000 |
Color Harmonies of #CF507C
Complementary color
Monochromatic Colors of #CF507C
Black with #CF507C
Text Example
Text Example
White with #CF507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF507C; }
p { color: rgb(207,80,124); }
H1.HeaderClassName
{
color: #CF507C;
}
.AnyTagClassName
{
color: #CF507C;
}
</style>
background-color css
<style>
a { background-color: #CF507C; }
a { background-color: rgb(207,80,124); }
div.DivClassName
{
background-color: #CF507C;
}
.BgClassName
{
background-color: #CF507C;
}
</style>
border-color css
<style>
span { border-color: #CF507C; }
span { border-color: rgb(207,80,124); }
td.TdClassName
{
border-color: #CF507C;
}
.TagClassName
{
border-color: #CF507C;
}
</style>