Shades of Cerise #CF2268
Tints of Cerise #CF2268
RGB
CMYK
RGB Variations
Color information
#CF2268 (or 0xCF2268) is known color: Cerise. HEX triplet: CF, 22 and 68. RGB value is (207,34,104). Sum of RGB (Red+Green+Blue) = 207+34+104=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2268 is #30DD97. Grayscale: #5D5D5D. Windows color (decimal): -3202456 or 6824655. OLE color: 6824655.
HSL color Cylindrical-coordinate representation of color #CF2268: hue angle of 335.72º 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 #CF2268 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 104 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.19 |
| HSL | 335.72º | 0.72% | 0.47% | - |
| HSV(B) | 335.72º | 0.84% | 0.81% | - |
| XYZ | 28.8 | 15.41 | 14.55 | - |
| YUV | 93.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 104 | 0 | 0.84 | 0.50 | 0.19 | 335.72 | 0.72 | 0.47 |
| Hex | CF | 22 | 68 | 0 | 54 | 32 | 13 | 150 | 48 | 2F |
| Octal | 317 | 42 | 150 | 0 | 124 | 62 | 23 | 520 | 110 | 57 |
| Binary | 11001111 | 100010 | 1101000 | 0 | 1010100 | 110010 | 10011 | 101010000 | 1001000 | 101111 |
Color Harmonies of #CF2268
Complementary color
Monochromatic Colors of #CF2268
Black with #CF2268
Text Example
Text Example
White with #CF2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2268; }
p { color: rgb(207,34,104); }
H1.HeaderClassName
{
color: #CF2268;
}
.AnyTagClassName
{
color: #CF2268;
}
</style>
background-color css
<style>
a { background-color: #CF2268; }
a { background-color: rgb(207,34,104); }
div.DivClassName
{
background-color: #CF2268;
}
.BgClassName
{
background-color: #CF2268;
}
</style>
border-color css
<style>
span { border-color: #CF2268; }
span { border-color: rgb(207,34,104); }
td.TdClassName
{
border-color: #CF2268;
}
.TagClassName
{
border-color: #CF2268;
}
</style>