Shades of Cerise #CF2561
Tints of Cerise #CF2561
RGB
CMYK
RGB Variations
Color information
#CF2561 (or 0xCF2561) is known color: Cerise. HEX triplet: CF, 25 and 61. RGB value is (207,37,97). Sum of RGB (Red+Green+Blue) = 207+37+97=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2561 is #30DA9E. Grayscale: #5E5E5E. Windows color (decimal): -3201695 or 6366671. OLE color: 6366671.
HSL color Cylindrical-coordinate representation of color #CF2561: hue angle of 338.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2561 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 97 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.19 |
| HSL | 338.82º | 0.7% | 0.48% | - |
| HSV(B) | 338.82º | 0.82% | 0.81% | - |
| XYZ | 28.55 | 15.45 | 12.79 | - |
| YUV | 94.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 97 | 0 | 0.82 | 0.53 | 0.19 | 338.82 | 0.7 | 0.48 |
| Hex | CF | 25 | 61 | 0 | 52 | 35 | 13 | 153 | 46 | 30 |
| Octal | 317 | 45 | 141 | 0 | 122 | 65 | 23 | 523 | 106 | 60 |
| Binary | 11001111 | 100101 | 1100001 | 0 | 1010010 | 110101 | 10011 | 101010011 | 1000110 | 110000 |
Color Harmonies of #CF2561
Complementary color
Monochromatic Colors of #CF2561
Black with #CF2561
Text Example
Text Example
White with #CF2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2561; }
p { color: rgb(207,37,97); }
H1.HeaderClassName
{
color: #CF2561;
}
.AnyTagClassName
{
color: #CF2561;
}
</style>
background-color css
<style>
a { background-color: #CF2561; }
a { background-color: rgb(207,37,97); }
div.DivClassName
{
background-color: #CF2561;
}
.BgClassName
{
background-color: #CF2561;
}
</style>
border-color css
<style>
span { border-color: #CF2561; }
span { border-color: rgb(207,37,97); }
td.TdClassName
{
border-color: #CF2561;
}
.TagClassName
{
border-color: #CF2561;
}
</style>