Shades of Cerise #CF225B
Tints of Cerise #CF225B
RGB
CMYK
RGB Variations
Color information
#CF225B (or 0xCF225B) is known color: Cerise. HEX triplet: CF, 22 and 5B. RGB value is (207,34,91). Sum of RGB (Red+Green+Blue) = 207+34+91=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF225B is #30DDA4. Grayscale: #5C5C5C. Windows color (decimal): -3202469 or 5972687. OLE color: 5972687.
HSL color Cylindrical-coordinate representation of color #CF225B: hue angle of 340.23º 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 #CF225B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 91 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.19 |
| HSL | 340.23º | 0.72% | 0.47% | - |
| HSV(B) | 340.23º | 0.84% | 0.81% | - |
| XYZ | 28.19 | 15.16 | 11.34 | - |
| YUV | 92.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 91 | 0 | 0.84 | 0.56 | 0.19 | 340.23 | 0.72 | 0.47 |
| Hex | CF | 22 | 5B | 0 | 54 | 38 | 13 | 154 | 48 | 2F |
| Octal | 317 | 42 | 133 | 0 | 124 | 70 | 23 | 524 | 110 | 57 |
| Binary | 11001111 | 100010 | 1011011 | 0 | 1010100 | 111000 | 10011 | 101010100 | 1001000 | 101111 |
Color Harmonies of #CF225B
Complementary color
Monochromatic Colors of #CF225B
Black with #CF225B
Text Example
Text Example
White with #CF225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF225B; }
p { color: rgb(207,34,91); }
H1.HeaderClassName
{
color: #CF225B;
}
.AnyTagClassName
{
color: #CF225B;
}
</style>
background-color css
<style>
a { background-color: #CF225B; }
a { background-color: rgb(207,34,91); }
div.DivClassName
{
background-color: #CF225B;
}
.BgClassName
{
background-color: #CF225B;
}
</style>
border-color css
<style>
span { border-color: #CF225B; }
span { border-color: rgb(207,34,91); }
td.TdClassName
{
border-color: #CF225B;
}
.TagClassName
{
border-color: #CF225B;
}
</style>