Shades of Cranberry #CD4E7B
Tints of Cranberry #CD4E7B
RGB
CMYK
RGB Variations
Color information
#CD4E7B (or 0xCD4E7B) is known color: Cranberry. HEX triplet: CD, 4E and 7B. RGB value is (205,78,123). Sum of RGB (Red+Green+Blue) = 205+78+123=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4E7B is #32B184. Grayscale: #797979. Windows color (decimal): -3322245 or 8081101. OLE color: 8081101.
HSL color Cylindrical-coordinate representation of color #CD4E7B: hue angle of 338.74º 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 #CD4E7B is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 123 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.20 |
| HSL | 338.74º | 0.56% | 0.55% | - |
| HSV(B) | 338.74º | 0.62% | 0.8% | - |
| XYZ | 31.48 | 19.86 | 20.91 | - |
| YUV | 121.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 123 | 0 | 0.62 | 0.4 | 0.20 | 338.74 | 0.56 | 0.55 |
| Hex | CD | 4E | 7B | 0 | 3E | 28 | 14 | 153 | 38 | 37 |
| Octal | 315 | 116 | 173 | 0 | 76 | 50 | 24 | 523 | 70 | 67 |
| Binary | 11001101 | 1001110 | 1111011 | 0 | 111110 | 101000 | 10100 | 101010011 | 111000 | 110111 |
Color Harmonies of #CD4E7B
Complementary color
Monochromatic Colors of #CD4E7B
Black with #CD4E7B
Text Example
Text Example
White with #CD4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4E7B; }
p { color: rgb(205,78,123); }
H1.HeaderClassName
{
color: #CD4E7B;
}
.AnyTagClassName
{
color: #CD4E7B;
}
</style>
background-color css
<style>
a { background-color: #CD4E7B; }
a { background-color: rgb(205,78,123); }
div.DivClassName
{
background-color: #CD4E7B;
}
.BgClassName
{
background-color: #CD4E7B;
}
</style>
border-color css
<style>
span { border-color: #CD4E7B; }
span { border-color: rgb(205,78,123); }
td.TdClassName
{
border-color: #CD4E7B;
}
.TagClassName
{
border-color: #CD4E7B;
}
</style>