Shades of Cerise #CF225E
Tints of Cerise #CF225E
RGB
CMYK
RGB Variations
Color information
#CF225E (or 0xCF225E) is known color: Cerise. HEX triplet: CF, 22 and 5E. RGB value is (207,34,94). Sum of RGB (Red+Green+Blue) = 207+34+94=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF225E is #30DDA1. Grayscale: #5C5C5C. Windows color (decimal): -3202466 or 6169295. OLE color: 6169295.
HSL color Cylindrical-coordinate representation of color #CF225E: hue angle of 339.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF225E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 94 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.19 |
| HSL | 339.19º | 0.72% | 0.47% | - |
| HSV(B) | 339.19º | 0.84% | 0.81% | - |
| XYZ | 28.32 | 15.22 | 12.03 | - |
| YUV | 92.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 94 | 0 | 0.84 | 0.55 | 0.19 | 339.19 | 0.72 | 0.47 |
| Hex | CF | 22 | 5E | 0 | 54 | 37 | 13 | 153 | 48 | 2F |
| Octal | 317 | 42 | 136 | 0 | 124 | 67 | 23 | 523 | 110 | 57 |
| Binary | 11001111 | 100010 | 1011110 | 0 | 1010100 | 110111 | 10011 | 101010011 | 1001000 | 101111 |
Color Harmonies of #CF225E
Complementary color
Monochromatic Colors of #CF225E
Black with #CF225E
Text Example
Text Example
White with #CF225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF225E; }
p { color: rgb(207,34,94); }
H1.HeaderClassName
{
color: #CF225E;
}
.AnyTagClassName
{
color: #CF225E;
}
</style>
background-color css
<style>
a { background-color: #CF225E; }
a { background-color: rgb(207,34,94); }
div.DivClassName
{
background-color: #CF225E;
}
.BgClassName
{
background-color: #CF225E;
}
</style>
border-color css
<style>
span { border-color: #CF225E; }
span { border-color: rgb(207,34,94); }
td.TdClassName
{
border-color: #CF225E;
}
.TagClassName
{
border-color: #CF225E;
}
</style>