Shades of Cerise #CC225E
Tints of Cerise #CC225E
RGB
CMYK
RGB Variations
Color information
#CC225E (or 0xCC225E) is known color: Cerise. HEX triplet: CC, 22 and 5E. RGB value is (204,34,94). Sum of RGB (Red+Green+Blue) = 204+34+94=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC225E is #33DDA1. Grayscale: #5B5B5B. Windows color (decimal): -3399074 or 6169292. OLE color: 6169292.
HSL color Cylindrical-coordinate representation of color #CC225E: hue angle of 338.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC225E is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 94 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.2 |
| HSL | 338.82º | 0.71% | 0.47% | - |
| HSV(B) | 338.82º | 0.83% | 0.8% | - |
| XYZ | 27.49 | 14.79 | 12 | - |
| YUV | 91.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 94 | 0 | 0.83 | 0.54 | 0.2 | 338.82 | 0.71 | 0.47 |
| Hex | CC | 22 | 5E | 0 | 53 | 36 | 14 | 153 | 47 | 2F |
| Octal | 314 | 42 | 136 | 0 | 123 | 66 | 24 | 523 | 107 | 57 |
| Binary | 11001100 | 100010 | 1011110 | 0 | 1010011 | 110110 | 10100 | 101010011 | 1000111 | 101111 |
Color Harmonies of #CC225E
Complementary color
Monochromatic Colors of #CC225E
Black with #CC225E
Text Example
Text Example
White with #CC225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC225E; }
p { color: rgb(204,34,94); }
H1.HeaderClassName
{
color: #CC225E;
}
.AnyTagClassName
{
color: #CC225E;
}
</style>
background-color css
<style>
a { background-color: #CC225E; }
a { background-color: rgb(204,34,94); }
div.DivClassName
{
background-color: #CC225E;
}
.BgClassName
{
background-color: #CC225E;
}
</style>
border-color css
<style>
span { border-color: #CC225E; }
span { border-color: rgb(204,34,94); }
td.TdClassName
{
border-color: #CC225E;
}
.TagClassName
{
border-color: #CC225E;
}
</style>