Shades of Cerise #CC216B
Tints of Cerise #CC216B
RGB
CMYK
RGB Variations
Color information
#CC216B (or 0xCC216B) is known color: Cerise. HEX triplet: CC, 21 and 6B. RGB value is (204,33,107). Sum of RGB (Red+Green+Blue) = 204+33+107=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC216B is #33DE94. Grayscale: #5C5C5C. Windows color (decimal): -3399317 or 7021004. OLE color: 7021004.
HSL color Cylindrical-coordinate representation of color #CC216B: hue angle of 334.04º 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 #CC216B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 107 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.2 |
| HSL | 334.04º | 0.72% | 0.46% | - |
| HSV(B) | 334.04º | 0.84% | 0.8% | - |
| XYZ | 28.1 | 14.99 | 15.32 | - |
| YUV | 92.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 107 | 0 | 0.84 | 0.48 | 0.2 | 334.04 | 0.72 | 0.46 |
| Hex | CC | 21 | 6B | 0 | 54 | 30 | 14 | 14E | 48 | 2E |
| Octal | 314 | 41 | 153 | 0 | 124 | 60 | 24 | 516 | 110 | 56 |
| Binary | 11001100 | 100001 | 1101011 | 0 | 1010100 | 110000 | 10100 | 101001110 | 1001000 | 101110 |
Color Harmonies of #CC216B
Complementary color
Monochromatic Colors of #CC216B
Black with #CC216B
Text Example
Text Example
White with #CC216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC216B; }
p { color: rgb(204,33,107); }
H1.HeaderClassName
{
color: #CC216B;
}
.AnyTagClassName
{
color: #CC216B;
}
</style>
background-color css
<style>
a { background-color: #CC216B; }
a { background-color: rgb(204,33,107); }
div.DivClassName
{
background-color: #CC216B;
}
.BgClassName
{
background-color: #CC216B;
}
</style>
border-color css
<style>
span { border-color: #CC216B; }
span { border-color: rgb(204,33,107); }
td.TdClassName
{
border-color: #CC216B;
}
.TagClassName
{
border-color: #CC216B;
}
</style>