Shades of Cranberry #CD4D7B
Tints of Cranberry #CD4D7B
RGB
CMYK
RGB Variations
Color information
#CD4D7B (or 0xCD4D7B) is known color: Cranberry. HEX triplet: CD, 4D and 7B. RGB value is (205,77,123). Sum of RGB (Red+Green+Blue) = 205+77+123=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D7B is #32B284. Grayscale: #787878. Windows color (decimal): -3322501 or 8080845. OLE color: 8080845.
HSL color Cylindrical-coordinate representation of color #CD4D7B: hue angle of 338.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D7B is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 123 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.20 |
| HSL | 338.44º | 0.56% | 0.55% | - |
| HSV(B) | 338.44º | 0.62% | 0.8% | - |
| XYZ | 31.41 | 19.72 | 20.89 | - |
| YUV | 120.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 123 | 0 | 0.62 | 0.4 | 0.20 | 338.44 | 0.56 | 0.55 |
| Hex | CD | 4D | 7B | 0 | 3E | 28 | 14 | 152 | 38 | 37 |
| Octal | 315 | 115 | 173 | 0 | 76 | 50 | 24 | 522 | 70 | 67 |
| Binary | 11001101 | 1001101 | 1111011 | 0 | 111110 | 101000 | 10100 | 101010010 | 111000 | 110111 |
Color Harmonies of #CD4D7B
Complementary color
Monochromatic Colors of #CD4D7B
Black with #CD4D7B
Text Example
Text Example
White with #CD4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D7B; }
p { color: rgb(205,77,123); }
H1.HeaderClassName
{
color: #CD4D7B;
}
.AnyTagClassName
{
color: #CD4D7B;
}
</style>
background-color css
<style>
a { background-color: #CD4D7B; }
a { background-color: rgb(205,77,123); }
div.DivClassName
{
background-color: #CD4D7B;
}
.BgClassName
{
background-color: #CD4D7B;
}
</style>
border-color css
<style>
span { border-color: #CD4D7B; }
span { border-color: rgb(205,77,123); }
td.TdClassName
{
border-color: #CD4D7B;
}
.TagClassName
{
border-color: #CD4D7B;
}
</style>