Shades of Cerise #CC216D
Tints of Cerise #CC216D
RGB
CMYK
RGB Variations
Color information
#CC216D (or 0xCC216D) is known color: Cerise. HEX triplet: CC, 21 and 6D. RGB value is (204,33,109). Sum of RGB (Red+Green+Blue) = 204+33+109=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC216D is #33DE92. Grayscale: #5C5C5C. Windows color (decimal): -3399315 or 7152076. OLE color: 7152076.
HSL color Cylindrical-coordinate representation of color #CC216D: hue angle of 333.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC216D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 109 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.2 |
| HSL | 333.33º | 0.72% | 0.46% | - |
| HSV(B) | 333.33º | 0.84% | 0.8% | - |
| XYZ | 28.21 | 15.03 | 15.88 | - |
| YUV | 92.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 109 | 0 | 0.84 | 0.47 | 0.2 | 333.33 | 0.72 | 0.46 |
| Hex | CC | 21 | 6D | 0 | 54 | 2F | 14 | 14D | 48 | 2E |
| Octal | 314 | 41 | 155 | 0 | 124 | 57 | 24 | 515 | 110 | 56 |
| Binary | 11001100 | 100001 | 1101101 | 0 | 1010100 | 101111 | 10100 | 101001101 | 1001000 | 101110 |
Color Harmonies of #CC216D
Complementary color
Monochromatic Colors of #CC216D
Black with #CC216D
Text Example
Text Example
White with #CC216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC216D; }
p { color: rgb(204,33,109); }
H1.HeaderClassName
{
color: #CC216D;
}
.AnyTagClassName
{
color: #CC216D;
}
</style>
background-color css
<style>
a { background-color: #CC216D; }
a { background-color: rgb(204,33,109); }
div.DivClassName
{
background-color: #CC216D;
}
.BgClassName
{
background-color: #CC216D;
}
</style>
border-color css
<style>
span { border-color: #CC216D; }
span { border-color: rgb(204,33,109); }
td.TdClassName
{
border-color: #CC216D;
}
.TagClassName
{
border-color: #CC216D;
}
</style>