Shades of Cerise #CC215F
Tints of Cerise #CC215F
RGB
CMYK
RGB Variations
Color information
#CC215F (or 0xCC215F) is known color: Cerise. HEX triplet: CC, 21 and 5F. RGB value is (204,33,95). Sum of RGB (Red+Green+Blue) = 204+33+95=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC215F is #33DEA0. Grayscale: #5B5B5B. Windows color (decimal): -3399329 or 6234572. OLE color: 6234572.
HSL color Cylindrical-coordinate representation of color #CC215F: hue angle of 338.25º 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 #CC215F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 95 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.2 |
| HSL | 338.25º | 0.72% | 0.46% | - |
| HSV(B) | 338.25º | 0.84% | 0.8% | - |
| XYZ | 27.51 | 14.75 | 12.22 | - |
| YUV | 91.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 95 | 0 | 0.84 | 0.53 | 0.2 | 338.25 | 0.72 | 0.46 |
| Hex | CC | 21 | 5F | 0 | 54 | 35 | 14 | 152 | 48 | 2E |
| Octal | 314 | 41 | 137 | 0 | 124 | 65 | 24 | 522 | 110 | 56 |
| Binary | 11001100 | 100001 | 1011111 | 0 | 1010100 | 110101 | 10100 | 101010010 | 1001000 | 101110 |
Color Harmonies of #CC215F
Complementary color
Monochromatic Colors of #CC215F
Black with #CC215F
Text Example
Text Example
White with #CC215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC215F; }
p { color: rgb(204,33,95); }
H1.HeaderClassName
{
color: #CC215F;
}
.AnyTagClassName
{
color: #CC215F;
}
</style>
background-color css
<style>
a { background-color: #CC215F; }
a { background-color: rgb(204,33,95); }
div.DivClassName
{
background-color: #CC215F;
}
.BgClassName
{
background-color: #CC215F;
}
</style>
border-color css
<style>
span { border-color: #CC215F; }
span { border-color: rgb(204,33,95); }
td.TdClassName
{
border-color: #CC215F;
}
.TagClassName
{
border-color: #CC215F;
}
</style>