Shades of Cranberry #CC457C
Tints of Cranberry #CC457C
RGB
CMYK
RGB Variations
Color information
#CC457C (or 0xCC457C) is known color: Cranberry. HEX triplet: CC, 45 and 7C. RGB value is (204,69,124). Sum of RGB (Red+Green+Blue) = 204+69+124=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC457C is #33BA83. Grayscale: #737373. Windows color (decimal): -3390084 or 8144332. OLE color: 8144332.
HSL color Cylindrical-coordinate representation of color #CC457C: hue angle of 335.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC457C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 124 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.2 |
| HSL | 335.56º | 0.57% | 0.54% | - |
| HSV(B) | 335.56º | 0.66% | 0.8% | - |
| XYZ | 30.67 | 18.55 | 21.03 | - |
| YUV | 115.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 124 | 0 | 0.66 | 0.39 | 0.2 | 335.56 | 0.57 | 0.54 |
| Hex | CC | 45 | 7C | 0 | 42 | 27 | 14 | 150 | 39 | 36 |
| Octal | 314 | 105 | 174 | 0 | 102 | 47 | 24 | 520 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1111100 | 0 | 1000010 | 100111 | 10100 | 101010000 | 111001 | 110110 |
Color Harmonies of #CC457C
Complementary color
Monochromatic Colors of #CC457C
Black with #CC457C
Text Example
Text Example
White with #CC457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC457C; }
p { color: rgb(204,69,124); }
H1.HeaderClassName
{
color: #CC457C;
}
.AnyTagClassName
{
color: #CC457C;
}
</style>
background-color css
<style>
a { background-color: #CC457C; }
a { background-color: rgb(204,69,124); }
div.DivClassName
{
background-color: #CC457C;
}
.BgClassName
{
background-color: #CC457C;
}
</style>
border-color css
<style>
span { border-color: #CC457C; }
span { border-color: rgb(204,69,124); }
td.TdClassName
{
border-color: #CC457C;
}
.TagClassName
{
border-color: #CC457C;
}
</style>