Shades of Cerise #CC2963
Tints of Cerise #CC2963
RGB
CMYK
RGB Variations
Color information
#CC2963 (or 0xCC2963) is known color: Cerise. HEX triplet: CC, 29 and 63. RGB value is (204,41,99). Sum of RGB (Red+Green+Blue) = 204+41+99=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2963 is #33D69C. Grayscale: #606060. Windows color (decimal): -3397277 or 6498764. OLE color: 6498764.
HSL color Cylindrical-coordinate representation of color #CC2963: hue angle of 338.65º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2963 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 99 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.2 |
| HSL | 338.65º | 0.67% | 0.48% | - |
| HSV(B) | 338.65º | 0.8% | 0.8% | - |
| XYZ | 27.95 | 15.32 | 13.29 | - |
| YUV | 96.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 99 | 0 | 0.80 | 0.51 | 0.2 | 338.65 | 0.67 | 0.48 |
| Hex | CC | 29 | 63 | 0 | 50 | 33 | 14 | 153 | 43 | 30 |
| Octal | 314 | 51 | 143 | 0 | 120 | 63 | 24 | 523 | 103 | 60 |
| Binary | 11001100 | 101001 | 1100011 | 0 | 1010000 | 110011 | 10100 | 101010011 | 1000011 | 110000 |
Color Harmonies of #CC2963
Complementary color
Monochromatic Colors of #CC2963
Black with #CC2963
Text Example
Text Example
White with #CC2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2963; }
p { color: rgb(204,41,99); }
H1.HeaderClassName
{
color: #CC2963;
}
.AnyTagClassName
{
color: #CC2963;
}
</style>
background-color css
<style>
a { background-color: #CC2963; }
a { background-color: rgb(204,41,99); }
div.DivClassName
{
background-color: #CC2963;
}
.BgClassName
{
background-color: #CC2963;
}
</style>
border-color css
<style>
span { border-color: #CC2963; }
span { border-color: rgb(204,41,99); }
td.TdClassName
{
border-color: #CC2963;
}
.TagClassName
{
border-color: #CC2963;
}
</style>