Shades of Cranberry #CC427A
Tints of Cranberry #CC427A
RGB
CMYK
RGB Variations
Color information
#CC427A (or 0xCC427A) is known color: Cranberry. HEX triplet: CC, 42 and 7A. RGB value is (204,66,122). Sum of RGB (Red+Green+Blue) = 204+66+122=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC427A is #33BD85. Grayscale: #717171. Windows color (decimal): -3390854 or 8012492. OLE color: 8012492.
HSL color Cylindrical-coordinate representation of color #CC427A: hue angle of 335.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC427A is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 122 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.2 |
| HSL | 335.65º | 0.58% | 0.53% | - |
| HSV(B) | 335.65º | 0.68% | 0.8% | - |
| XYZ | 30.36 | 18.14 | 20.31 | - |
| YUV | 113.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 122 | 0 | 0.68 | 0.40 | 0.2 | 335.65 | 0.58 | 0.53 |
| Hex | CC | 42 | 7A | 0 | 44 | 28 | 14 | 150 | 3A | 35 |
| Octal | 314 | 102 | 172 | 0 | 104 | 50 | 24 | 520 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1111010 | 0 | 1000100 | 101000 | 10100 | 101010000 | 111010 | 110101 |
Color Harmonies of #CC427A
Complementary color
Monochromatic Colors of #CC427A
Black with #CC427A
Text Example
Text Example
White with #CC427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC427A; }
p { color: rgb(204,66,122); }
H1.HeaderClassName
{
color: #CC427A;
}
.AnyTagClassName
{
color: #CC427A;
}
</style>
background-color css
<style>
a { background-color: #CC427A; }
a { background-color: rgb(204,66,122); }
div.DivClassName
{
background-color: #CC427A;
}
.BgClassName
{
background-color: #CC427A;
}
</style>
border-color css
<style>
span { border-color: #CC427A; }
span { border-color: rgb(204,66,122); }
td.TdClassName
{
border-color: #CC427A;
}
.TagClassName
{
border-color: #CC427A;
}
</style>