Shades of Cranberry #CC457A
Tints of Cranberry #CC457A
RGB
CMYK
RGB Variations
Color information
#CC457A (or 0xCC457A) is known color: Cranberry. HEX triplet: CC, 45 and 7A. RGB value is (204,69,122). Sum of RGB (Red+Green+Blue) = 204+69+122=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC457A is #33BA85. Grayscale: #737373. Windows color (decimal): -3390086 or 8013260. OLE color: 8013260.
HSL color Cylindrical-coordinate representation of color #CC457A: hue angle of 336.44º 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 #CC457A is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 122 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.2 |
| HSL | 336.44º | 0.57% | 0.54% | - |
| HSV(B) | 336.44º | 0.66% | 0.8% | - |
| XYZ | 30.54 | 18.5 | 20.37 | - |
| YUV | 115.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 122 | 0 | 0.66 | 0.40 | 0.2 | 336.44 | 0.57 | 0.54 |
| Hex | CC | 45 | 7A | 0 | 42 | 28 | 14 | 150 | 39 | 36 |
| Octal | 314 | 105 | 172 | 0 | 102 | 50 | 24 | 520 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1111010 | 0 | 1000010 | 101000 | 10100 | 101010000 | 111001 | 110110 |
Color Harmonies of #CC457A
Complementary color
Monochromatic Colors of #CC457A
Black with #CC457A
Text Example
Text Example
White with #CC457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC457A; }
p { color: rgb(204,69,122); }
H1.HeaderClassName
{
color: #CC457A;
}
.AnyTagClassName
{
color: #CC457A;
}
</style>
background-color css
<style>
a { background-color: #CC457A; }
a { background-color: rgb(204,69,122); }
div.DivClassName
{
background-color: #CC457A;
}
.BgClassName
{
background-color: #CC457A;
}
</style>
border-color css
<style>
span { border-color: #CC457A; }
span { border-color: rgb(204,69,122); }
td.TdClassName
{
border-color: #CC457A;
}
.TagClassName
{
border-color: #CC457A;
}
</style>