Shades of Cerise #CF2258
Tints of Cerise #CF2258
RGB
CMYK
RGB Variations
Color information
#CF2258 (or 0xCF2258) is known color: Cerise. HEX triplet: CF, 22 and 58. RGB value is (207,34,88). Sum of RGB (Red+Green+Blue) = 207+34+88=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2258 is #30DDA7. Grayscale: #5B5B5B. Windows color (decimal): -3202472 or 5776079. OLE color: 5776079.
HSL color Cylindrical-coordinate representation of color #CF2258: hue angle of 341.27º 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 #CF2258 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 88 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.19 |
| HSL | 341.27º | 0.72% | 0.47% | - |
| HSV(B) | 341.27º | 0.84% | 0.81% | - |
| XYZ | 28.07 | 15.11 | 10.67 | - |
| YUV | 91.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 88 | 0 | 0.84 | 0.57 | 0.19 | 341.27 | 0.72 | 0.47 |
| Hex | CF | 22 | 58 | 0 | 54 | 39 | 13 | 155 | 48 | 2F |
| Octal | 317 | 42 | 130 | 0 | 124 | 71 | 23 | 525 | 110 | 57 |
| Binary | 11001111 | 100010 | 1011000 | 0 | 1010100 | 111001 | 10011 | 101010101 | 1001000 | 101111 |
Color Harmonies of #CF2258
Complementary color
Monochromatic Colors of #CF2258
Black with #CF2258
Text Example
Text Example
White with #CF2258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2258; }
p { color: rgb(207,34,88); }
H1.HeaderClassName
{
color: #CF2258;
}
.AnyTagClassName
{
color: #CF2258;
}
</style>
background-color css
<style>
a { background-color: #CF2258; }
a { background-color: rgb(207,34,88); }
div.DivClassName
{
background-color: #CF2258;
}
.BgClassName
{
background-color: #CF2258;
}
</style>
border-color css
<style>
span { border-color: #CF2258; }
span { border-color: rgb(207,34,88); }
td.TdClassName
{
border-color: #CF2258;
}
.TagClassName
{
border-color: #CF2258;
}
</style>