Shades of Cerise #CC225F
Tints of Cerise #CC225F
RGB
CMYK
RGB Variations
Color information
#CC225F (or 0xCC225F) is known color: Cerise. HEX triplet: CC, 22 and 5F. RGB value is (204,34,95). Sum of RGB (Red+Green+Blue) = 204+34+95=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC225F is #33DDA0. Grayscale: #5B5B5B. Windows color (decimal): -3399073 or 6234828. OLE color: 6234828.
HSL color Cylindrical-coordinate representation of color #CC225F: hue angle of 338.47º 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 #CC225F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 95 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.2 |
| HSL | 338.47º | 0.71% | 0.47% | - |
| HSV(B) | 338.47º | 0.83% | 0.8% | - |
| XYZ | 27.54 | 14.81 | 12.23 | - |
| YUV | 91.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 95 | 0 | 0.83 | 0.53 | 0.2 | 338.47 | 0.71 | 0.47 |
| Hex | CC | 22 | 5F | 0 | 53 | 35 | 14 | 152 | 47 | 2F |
| Octal | 314 | 42 | 137 | 0 | 123 | 65 | 24 | 522 | 107 | 57 |
| Binary | 11001100 | 100010 | 1011111 | 0 | 1010011 | 110101 | 10100 | 101010010 | 1000111 | 101111 |
Color Harmonies of #CC225F
Complementary color
Monochromatic Colors of #CC225F
Black with #CC225F
Text Example
Text Example
White with #CC225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC225F; }
p { color: rgb(204,34,95); }
H1.HeaderClassName
{
color: #CC225F;
}
.AnyTagClassName
{
color: #CC225F;
}
</style>
background-color css
<style>
a { background-color: #CC225F; }
a { background-color: rgb(204,34,95); }
div.DivClassName
{
background-color: #CC225F;
}
.BgClassName
{
background-color: #CC225F;
}
</style>
border-color css
<style>
span { border-color: #CC225F; }
span { border-color: rgb(204,34,95); }
td.TdClassName
{
border-color: #CC225F;
}
.TagClassName
{
border-color: #CC225F;
}
</style>