Shades of Cerise #CC2268
Tints of Cerise #CC2268
RGB
CMYK
RGB Variations
Color information
#CC2268 (or 0xCC2268) is known color: Cerise. HEX triplet: CC, 22 and 68. RGB value is (204,34,104). Sum of RGB (Red+Green+Blue) = 204+34+104=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2268 is #33DD97. Grayscale: #5C5C5C. Windows color (decimal): -3399064 or 6824652. OLE color: 6824652.
HSL color Cylindrical-coordinate representation of color #CC2268: hue angle of 335.29º 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 #CC2268 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 104 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.2 |
| HSL | 335.29º | 0.71% | 0.47% | - |
| HSV(B) | 335.29º | 0.83% | 0.8% | - |
| XYZ | 27.97 | 14.98 | 14.51 | - |
| YUV | 92.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 104 | 0 | 0.83 | 0.49 | 0.2 | 335.29 | 0.71 | 0.47 |
| Hex | CC | 22 | 68 | 0 | 53 | 31 | 14 | 14F | 47 | 2F |
| Octal | 314 | 42 | 150 | 0 | 123 | 61 | 24 | 517 | 107 | 57 |
| Binary | 11001100 | 100010 | 1101000 | 0 | 1010011 | 110001 | 10100 | 101001111 | 1000111 | 101111 |
Color Harmonies of #CC2268
Complementary color
Monochromatic Colors of #CC2268
Black with #CC2268
Text Example
Text Example
White with #CC2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2268; }
p { color: rgb(204,34,104); }
H1.HeaderClassName
{
color: #CC2268;
}
.AnyTagClassName
{
color: #CC2268;
}
</style>
background-color css
<style>
a { background-color: #CC2268; }
a { background-color: rgb(204,34,104); }
div.DivClassName
{
background-color: #CC2268;
}
.BgClassName
{
background-color: #CC2268;
}
</style>
border-color css
<style>
span { border-color: #CC2268; }
span { border-color: rgb(204,34,104); }
td.TdClassName
{
border-color: #CC2268;
}
.TagClassName
{
border-color: #CC2268;
}
</style>