Shades of Cerise #CF225C
Tints of Cerise #CF225C
RGB
CMYK
RGB Variations
Color information
#CF225C (or 0xCF225C) is known color: Cerise. HEX triplet: CF, 22 and 5C. RGB value is (207,34,92). Sum of RGB (Red+Green+Blue) = 207+34+92=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF225C is #30DDA3. Grayscale: #5C5C5C. Windows color (decimal): -3202468 or 6038223. OLE color: 6038223.
HSL color Cylindrical-coordinate representation of color #CF225C: hue angle of 339.88º 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 #CF225C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 92 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.19 |
| HSL | 339.88º | 0.72% | 0.47% | - |
| HSV(B) | 339.88º | 0.84% | 0.81% | - |
| XYZ | 28.24 | 15.18 | 11.57 | - |
| YUV | 92.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 92 | 0 | 0.84 | 0.56 | 0.19 | 339.88 | 0.72 | 0.47 |
| Hex | CF | 22 | 5C | 0 | 54 | 38 | 13 | 154 | 48 | 2F |
| Octal | 317 | 42 | 134 | 0 | 124 | 70 | 23 | 524 | 110 | 57 |
| Binary | 11001111 | 100010 | 1011100 | 0 | 1010100 | 111000 | 10011 | 101010100 | 1001000 | 101111 |
Color Harmonies of #CF225C
Complementary color
Monochromatic Colors of #CF225C
Black with #CF225C
Text Example
Text Example
White with #CF225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF225C; }
p { color: rgb(207,34,92); }
H1.HeaderClassName
{
color: #CF225C;
}
.AnyTagClassName
{
color: #CF225C;
}
</style>
background-color css
<style>
a { background-color: #CF225C; }
a { background-color: rgb(207,34,92); }
div.DivClassName
{
background-color: #CF225C;
}
.BgClassName
{
background-color: #CF225C;
}
</style>
border-color css
<style>
span { border-color: #CF225C; }
span { border-color: rgb(207,34,92); }
td.TdClassName
{
border-color: #CF225C;
}
.TagClassName
{
border-color: #CF225C;
}
</style>