Shades of Cranberry #CD3F77
Tints of Cranberry #CD3F77
RGB
CMYK
RGB Variations
Color information
#CD3F77 (or 0xCD3F77) is known color: Cranberry. HEX triplet: CD, 3F and 77. RGB value is (205,63,119). Sum of RGB (Red+Green+Blue) = 205+63+119=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F77 is #32C088. Grayscale: #6F6F6F. Windows color (decimal): -3326089 or 7815117. OLE color: 7815117.
HSL color Cylindrical-coordinate representation of color #CD3F77: hue angle of 336.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD3F77 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 63 | 119 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.20 |
| HSL | 336.34º | 0.59% | 0.53% | - |
| HSV(B) | 336.34º | 0.69% | 0.8% | - |
| XYZ | 30.28 | 17.87 | 19.31 | - |
| YUV | 111.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 63 | 119 | 0 | 0.69 | 0.42 | 0.20 | 336.34 | 0.59 | 0.53 |
| Hex | CD | 3F | 77 | 0 | 45 | 2A | 14 | 150 | 3B | 35 |
| Octal | 315 | 77 | 167 | 0 | 105 | 52 | 24 | 520 | 73 | 65 |
| Binary | 11001101 | 111111 | 1110111 | 0 | 1000101 | 101010 | 10100 | 101010000 | 111011 | 110101 |
Color Harmonies of #CD3F77
Complementary color
Monochromatic Colors of #CD3F77
Black with #CD3F77
Text Example
Text Example
White with #CD3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3F77; }
p { color: rgb(205,63,119); }
H1.HeaderClassName
{
color: #CD3F77;
}
.AnyTagClassName
{
color: #CD3F77;
}
</style>
background-color css
<style>
a { background-color: #CD3F77; }
a { background-color: rgb(205,63,119); }
div.DivClassName
{
background-color: #CD3F77;
}
.BgClassName
{
background-color: #CD3F77;
}
</style>
border-color css
<style>
span { border-color: #CD3F77; }
span { border-color: rgb(205,63,119); }
td.TdClassName
{
border-color: #CD3F77;
}
.TagClassName
{
border-color: #CD3F77;
}
</style>