Shades of Cerise #CC2263
Tints of Cerise #CC2263
RGB
CMYK
RGB Variations
Color information
#CC2263 (or 0xCC2263) is known color: Cerise. HEX triplet: CC, 22 and 63. RGB value is (204,34,99). Sum of RGB (Red+Green+Blue) = 204+34+99=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2263 is #33DD9C. Grayscale: #5C5C5C. Windows color (decimal): -3399069 or 6496972. OLE color: 6496972.
HSL color Cylindrical-coordinate representation of color #CC2263: hue angle of 337.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2263 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 99 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.2 |
| HSL | 337.06º | 0.71% | 0.47% | - |
| HSV(B) | 337.06º | 0.83% | 0.8% | - |
| XYZ | 27.73 | 14.88 | 13.22 | - |
| YUV | 92.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 99 | 0 | 0.83 | 0.51 | 0.2 | 337.06 | 0.71 | 0.47 |
| Hex | CC | 22 | 63 | 0 | 53 | 33 | 14 | 151 | 47 | 2F |
| Octal | 314 | 42 | 143 | 0 | 123 | 63 | 24 | 521 | 107 | 57 |
| Binary | 11001100 | 100010 | 1100011 | 0 | 1010011 | 110011 | 10100 | 101010001 | 1000111 | 101111 |
Color Harmonies of #CC2263
Complementary color
Monochromatic Colors of #CC2263
Black with #CC2263
Text Example
Text Example
White with #CC2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2263; }
p { color: rgb(204,34,99); }
H1.HeaderClassName
{
color: #CC2263;
}
.AnyTagClassName
{
color: #CC2263;
}
</style>
background-color css
<style>
a { background-color: #CC2263; }
a { background-color: rgb(204,34,99); }
div.DivClassName
{
background-color: #CC2263;
}
.BgClassName
{
background-color: #CC2263;
}
</style>
border-color css
<style>
span { border-color: #CC2263; }
span { border-color: rgb(204,34,99); }
td.TdClassName
{
border-color: #CC2263;
}
.TagClassName
{
border-color: #CC2263;
}
</style>