Shades of Cerise #CF225F
Tints of Cerise #CF225F
RGB
CMYK
RGB Variations
Color information
#CF225F (or 0xCF225F) is known color: Cerise. HEX triplet: CF, 22 and 5F. RGB value is (207,34,95). Sum of RGB (Red+Green+Blue) = 207+34+95=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF225F is #30DDA0. Grayscale: #5C5C5C. Windows color (decimal): -3202465 or 6234831. OLE color: 6234831.
HSL color Cylindrical-coordinate representation of color #CF225F: hue angle of 338.84º 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 #CF225F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 95 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.19 |
| HSL | 338.84º | 0.72% | 0.47% | - |
| HSV(B) | 338.84º | 0.84% | 0.81% | - |
| XYZ | 28.37 | 15.24 | 12.27 | - |
| YUV | 92.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 95 | 0 | 0.84 | 0.54 | 0.19 | 338.84 | 0.72 | 0.47 |
| Hex | CF | 22 | 5F | 0 | 54 | 36 | 13 | 153 | 48 | 2F |
| Octal | 317 | 42 | 137 | 0 | 124 | 66 | 23 | 523 | 110 | 57 |
| Binary | 11001111 | 100010 | 1011111 | 0 | 1010100 | 110110 | 10011 | 101010011 | 1001000 | 101111 |
Color Harmonies of #CF225F
Complementary color
Monochromatic Colors of #CF225F
Black with #CF225F
Text Example
Text Example
White with #CF225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF225F; }
p { color: rgb(207,34,95); }
H1.HeaderClassName
{
color: #CF225F;
}
.AnyTagClassName
{
color: #CF225F;
}
</style>
background-color css
<style>
a { background-color: #CF225F; }
a { background-color: rgb(207,34,95); }
div.DivClassName
{
background-color: #CF225F;
}
.BgClassName
{
background-color: #CF225F;
}
</style>
border-color css
<style>
span { border-color: #CF225F; }
span { border-color: rgb(207,34,95); }
td.TdClassName
{
border-color: #CF225F;
}
.TagClassName
{
border-color: #CF225F;
}
</style>