Shades of Cranberry #CC4B7D
Tints of Cranberry #CC4B7D
RGB
CMYK
RGB Variations
Color information
#CC4B7D (or 0xCC4B7D) is known color: Cranberry. HEX triplet: CC, 4B and 7D. RGB value is (204,75,125). Sum of RGB (Red+Green+Blue) = 204+75+125=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B7D is #33B482. Grayscale: #777777. Windows color (decimal): -3388547 or 8211404. OLE color: 8211404.
HSL color Cylindrical-coordinate representation of color #CC4B7D: hue angle of 336.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4B7D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 125 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.2 |
| HSL | 336.74º | 0.56% | 0.55% | - |
| HSV(B) | 336.74º | 0.63% | 0.8% | - |
| XYZ | 31.12 | 19.35 | 21.5 | - |
| YUV | 119.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 125 | 0 | 0.63 | 0.39 | 0.2 | 336.74 | 0.56 | 0.55 |
| Hex | CC | 4B | 7D | 0 | 3F | 27 | 14 | 151 | 38 | 37 |
| Octal | 314 | 113 | 175 | 0 | 77 | 47 | 24 | 521 | 70 | 67 |
| Binary | 11001100 | 1001011 | 1111101 | 0 | 111111 | 100111 | 10100 | 101010001 | 111000 | 110111 |
Color Harmonies of #CC4B7D
Complementary color
Monochromatic Colors of #CC4B7D
Black with #CC4B7D
Text Example
Text Example
White with #CC4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B7D; }
p { color: rgb(204,75,125); }
H1.HeaderClassName
{
color: #CC4B7D;
}
.AnyTagClassName
{
color: #CC4B7D;
}
</style>
background-color css
<style>
a { background-color: #CC4B7D; }
a { background-color: rgb(204,75,125); }
div.DivClassName
{
background-color: #CC4B7D;
}
.BgClassName
{
background-color: #CC4B7D;
}
</style>
border-color css
<style>
span { border-color: #CC4B7D; }
span { border-color: rgb(204,75,125); }
td.TdClassName
{
border-color: #CC4B7D;
}
.TagClassName
{
border-color: #CC4B7D;
}
</style>