Shades of Cerise #CC215E
Tints of Cerise #CC215E
RGB
CMYK
RGB Variations
Color information
#CC215E (or 0xCC215E) is known color: Cerise. HEX triplet: CC, 21 and 5E. RGB value is (204,33,94). Sum of RGB (Red+Green+Blue) = 204+33+94=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC215E is #33DEA1. Grayscale: #5B5B5B. Windows color (decimal): -3399330 or 6169036. OLE color: 6169036.
HSL color Cylindrical-coordinate representation of color #CC215E: hue angle of 338.6º 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 #CC215E is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 94 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.2 |
| HSL | 338.6º | 0.72% | 0.46% | - |
| HSV(B) | 338.6º | 0.84% | 0.8% | - |
| XYZ | 27.47 | 14.73 | 11.99 | - |
| YUV | 91.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 94 | 0 | 0.84 | 0.54 | 0.2 | 338.6 | 0.72 | 0.46 |
| Hex | CC | 21 | 5E | 0 | 54 | 36 | 14 | 153 | 48 | 2E |
| Octal | 314 | 41 | 136 | 0 | 124 | 66 | 24 | 523 | 110 | 56 |
| Binary | 11001100 | 100001 | 1011110 | 0 | 1010100 | 110110 | 10100 | 101010011 | 1001000 | 101110 |
Color Harmonies of #CC215E
Complementary color
Monochromatic Colors of #CC215E
Black with #CC215E
Text Example
Text Example
White with #CC215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC215E; }
p { color: rgb(204,33,94); }
H1.HeaderClassName
{
color: #CC215E;
}
.AnyTagClassName
{
color: #CC215E;
}
</style>
background-color css
<style>
a { background-color: #CC215E; }
a { background-color: rgb(204,33,94); }
div.DivClassName
{
background-color: #CC215E;
}
.BgClassName
{
background-color: #CC215E;
}
</style>
border-color css
<style>
span { border-color: #CC215E; }
span { border-color: rgb(204,33,94); }
td.TdClassName
{
border-color: #CC215E;
}
.TagClassName
{
border-color: #CC215E;
}
</style>