Shades of Cranberry #CC417A
Tints of Cranberry #CC417A
RGB
CMYK
RGB Variations
Color information
#CC417A (or 0xCC417A) is known color: Cranberry. HEX triplet: CC, 41 and 7A. RGB value is (204,65,122). Sum of RGB (Red+Green+Blue) = 204+65+122=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC417A is #33BE85. Grayscale: #707070. Windows color (decimal): -3391110 or 8012236. OLE color: 8012236.
HSL color Cylindrical-coordinate representation of color #CC417A: hue angle of 335.4º degrees, saturation: 0.58, 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 #CC417A is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 122 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.2 |
| HSL | 335.4º | 0.58% | 0.53% | - |
| HSV(B) | 335.4º | 0.68% | 0.8% | - |
| XYZ | 30.3 | 18.02 | 20.29 | - |
| YUV | 113.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 122 | 0 | 0.68 | 0.40 | 0.2 | 335.4 | 0.58 | 0.53 |
| Hex | CC | 41 | 7A | 0 | 44 | 28 | 14 | 14F | 3A | 35 |
| Octal | 314 | 101 | 172 | 0 | 104 | 50 | 24 | 517 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1111010 | 0 | 1000100 | 101000 | 10100 | 101001111 | 111010 | 110101 |
Color Harmonies of #CC417A
Complementary color
Monochromatic Colors of #CC417A
Black with #CC417A
Text Example
Text Example
White with #CC417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC417A; }
p { color: rgb(204,65,122); }
H1.HeaderClassName
{
color: #CC417A;
}
.AnyTagClassName
{
color: #CC417A;
}
</style>
background-color css
<style>
a { background-color: #CC417A; }
a { background-color: rgb(204,65,122); }
div.DivClassName
{
background-color: #CC417A;
}
.BgClassName
{
background-color: #CC417A;
}
</style>
border-color css
<style>
span { border-color: #CC417A; }
span { border-color: rgb(204,65,122); }
td.TdClassName
{
border-color: #CC417A;
}
.TagClassName
{
border-color: #CC417A;
}
</style>