Shades of Cerise #CC215C
Tints of Cerise #CC215C
RGB
CMYK
RGB Variations
Color information
#CC215C (or 0xCC215C) is known color: Cerise. HEX triplet: CC, 21 and 5C. RGB value is (204,33,92). Sum of RGB (Red+Green+Blue) = 204+33+92=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC215C is #33DEA3. Grayscale: #5A5A5A. Windows color (decimal): -3399332 or 6037964. OLE color: 6037964.
HSL color Cylindrical-coordinate representation of color #CC215C: hue angle of 339.3º 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 #CC215C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 92 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.2 |
| HSL | 339.3º | 0.72% | 0.46% | - |
| HSV(B) | 339.3º | 0.84% | 0.8% | - |
| XYZ | 27.38 | 14.7 | 11.52 | - |
| YUV | 90.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 92 | 0 | 0.84 | 0.55 | 0.2 | 339.3 | 0.72 | 0.46 |
| Hex | CC | 21 | 5C | 0 | 54 | 37 | 14 | 153 | 48 | 2E |
| Octal | 314 | 41 | 134 | 0 | 124 | 67 | 24 | 523 | 110 | 56 |
| Binary | 11001100 | 100001 | 1011100 | 0 | 1010100 | 110111 | 10100 | 101010011 | 1001000 | 101110 |
Color Harmonies of #CC215C
Complementary color
Monochromatic Colors of #CC215C
Black with #CC215C
Text Example
Text Example
White with #CC215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC215C; }
p { color: rgb(204,33,92); }
H1.HeaderClassName
{
color: #CC215C;
}
.AnyTagClassName
{
color: #CC215C;
}
</style>
background-color css
<style>
a { background-color: #CC215C; }
a { background-color: rgb(204,33,92); }
div.DivClassName
{
background-color: #CC215C;
}
.BgClassName
{
background-color: #CC215C;
}
</style>
border-color css
<style>
span { border-color: #CC215C; }
span { border-color: rgb(204,33,92); }
td.TdClassName
{
border-color: #CC215C;
}
.TagClassName
{
border-color: #CC215C;
}
</style>