Shades of Cerise #CC2563
Tints of Cerise #CC2563
RGB
CMYK
RGB Variations
Color information
#CC2563 (or 0xCC2563) is known color: Cerise. HEX triplet: CC, 25 and 63. RGB value is (204,37,99). Sum of RGB (Red+Green+Blue) = 204+37+99=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2563 is #33DA9C. Grayscale: #5D5D5D. Windows color (decimal): -3398301 or 6497740. OLE color: 6497740.
HSL color Cylindrical-coordinate representation of color #CC2563: hue angle of 337.72º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2563 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 99 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.2 |
| HSL | 337.72º | 0.69% | 0.47% | - |
| HSV(B) | 337.72º | 0.82% | 0.8% | - |
| XYZ | 27.82 | 15.06 | 13.25 | - |
| YUV | 94 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 99 | 0 | 0.82 | 0.51 | 0.2 | 337.72 | 0.69 | 0.47 |
| Hex | CC | 25 | 63 | 0 | 52 | 33 | 14 | 152 | 45 | 2F |
| Octal | 314 | 45 | 143 | 0 | 122 | 63 | 24 | 522 | 105 | 57 |
| Binary | 11001100 | 100101 | 1100011 | 0 | 1010010 | 110011 | 10100 | 101010010 | 1000101 | 101111 |
Color Harmonies of #CC2563
Complementary color
Monochromatic Colors of #CC2563
Black with #CC2563
Text Example
Text Example
White with #CC2563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2563; }
p { color: rgb(204,37,99); }
H1.HeaderClassName
{
color: #CC2563;
}
.AnyTagClassName
{
color: #CC2563;
}
</style>
background-color css
<style>
a { background-color: #CC2563; }
a { background-color: rgb(204,37,99); }
div.DivClassName
{
background-color: #CC2563;
}
.BgClassName
{
background-color: #CC2563;
}
</style>
border-color css
<style>
span { border-color: #CC2563; }
span { border-color: rgb(204,37,99); }
td.TdClassName
{
border-color: #CC2563;
}
.TagClassName
{
border-color: #CC2563;
}
</style>