Shades of Cranberry #CC5380
Tints of Cranberry #CC5380
RGB
CMYK
RGB Variations
Color information
#CC5380 (or 0xCC5380) is known color: Cranberry. HEX triplet: CC, 53 and 80. RGB value is (204,83,128). Sum of RGB (Red+Green+Blue) = 204+83+128=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5380 is #33AC7F. Grayscale: #7C7C7C. Windows color (decimal): -3386496 or 8410060. OLE color: 8410060.
HSL color Cylindrical-coordinate representation of color #CC5380: hue angle of 337.69º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5380 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 128 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.2 |
| HSL | 337.69º | 0.54% | 0.56% | - |
| HSV(B) | 337.69º | 0.59% | 0.8% | - |
| XYZ | 31.89 | 20.58 | 22.71 | - |
| YUV | 124.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 128 | 0 | 0.59 | 0.37 | 0.2 | 337.69 | 0.54 | 0.56 |
| Hex | CC | 53 | 80 | 0 | 3B | 25 | 14 | 152 | 36 | 38 |
| Octal | 314 | 123 | 200 | 0 | 73 | 45 | 24 | 522 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10000000 | 0 | 111011 | 100101 | 10100 | 101010010 | 110110 | 111000 |
Color Harmonies of #CC5380
Complementary color
Monochromatic Colors of #CC5380
Black with #CC5380
Text Example
Text Example
White with #CC5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5380; }
p { color: rgb(204,83,128); }
H1.HeaderClassName
{
color: #CC5380;
}
.AnyTagClassName
{
color: #CC5380;
}
</style>
background-color css
<style>
a { background-color: #CC5380; }
a { background-color: rgb(204,83,128); }
div.DivClassName
{
background-color: #CC5380;
}
.BgClassName
{
background-color: #CC5380;
}
</style>
border-color css
<style>
span { border-color: #CC5380; }
span { border-color: rgb(204,83,128); }
td.TdClassName
{
border-color: #CC5380;
}
.TagClassName
{
border-color: #CC5380;
}
</style>