Shades of Cranberry #CC507B
Tints of Cranberry #CC507B
RGB
CMYK
RGB Variations
Color information
#CC507B (or 0xCC507B) is known color: Cranberry. HEX triplet: CC, 50 and 7B. RGB value is (204,80,123). Sum of RGB (Red+Green+Blue) = 204+80+123=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC507B is #33AF84. Grayscale: #797979. Windows color (decimal): -3387269 or 8081612. OLE color: 8081612.
HSL color Cylindrical-coordinate representation of color #CC507B: hue angle of 339.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC507B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 123 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.2 |
| HSL | 339.19º | 0.55% | 0.56% | - |
| HSV(B) | 339.19º | 0.61% | 0.8% | - |
| XYZ | 31.35 | 20 | 20.95 | - |
| YUV | 121.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 123 | 0 | 0.61 | 0.40 | 0.2 | 339.19 | 0.55 | 0.56 |
| Hex | CC | 50 | 7B | 0 | 3D | 28 | 14 | 153 | 37 | 38 |
| Octal | 314 | 120 | 173 | 0 | 75 | 50 | 24 | 523 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1111011 | 0 | 111101 | 101000 | 10100 | 101010011 | 110111 | 111000 |
Color Harmonies of #CC507B
Complementary color
Monochromatic Colors of #CC507B
Black with #CC507B
Text Example
Text Example
White with #CC507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC507B; }
p { color: rgb(204,80,123); }
H1.HeaderClassName
{
color: #CC507B;
}
.AnyTagClassName
{
color: #CC507B;
}
</style>
background-color css
<style>
a { background-color: #CC507B; }
a { background-color: rgb(204,80,123); }
div.DivClassName
{
background-color: #CC507B;
}
.BgClassName
{
background-color: #CC507B;
}
</style>
border-color css
<style>
span { border-color: #CC507B; }
span { border-color: rgb(204,80,123); }
td.TdClassName
{
border-color: #CC507B;
}
.TagClassName
{
border-color: #CC507B;
}
</style>