Shades of Cerise #CF2569
Tints of Cerise #CF2569
RGB
CMYK
RGB Variations
Color information
#CF2569 (or 0xCF2569) is known color: Cerise. HEX triplet: CF, 25 and 69. RGB value is (207,37,105). Sum of RGB (Red+Green+Blue) = 207+37+105=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2569 is #30DA96. Grayscale: #5F5F5F. Windows color (decimal): -3201687 or 6890959. OLE color: 6890959.
HSL color Cylindrical-coordinate representation of color #CF2569: hue angle of 336º 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 #CF2569 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 105 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.19 |
| HSL | 336º | 0.7% | 0.48% | - |
| HSV(B) | 336º | 0.82% | 0.81% | - |
| XYZ | 28.94 | 15.61 | 14.85 | - |
| YUV | 95.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 105 | 0 | 0.82 | 0.49 | 0.19 | 336 | 0.7 | 0.48 |
| Hex | CF | 25 | 69 | 0 | 52 | 31 | 13 | 150 | 46 | 30 |
| Octal | 317 | 45 | 151 | 0 | 122 | 61 | 23 | 520 | 106 | 60 |
| Binary | 11001111 | 100101 | 1101001 | 0 | 1010010 | 110001 | 10011 | 101010000 | 1000110 | 110000 |
Color Harmonies of #CF2569
Complementary color
Monochromatic Colors of #CF2569
Black with #CF2569
Text Example
Text Example
White with #CF2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2569; }
p { color: rgb(207,37,105); }
H1.HeaderClassName
{
color: #CF2569;
}
.AnyTagClassName
{
color: #CF2569;
}
</style>
background-color css
<style>
a { background-color: #CF2569; }
a { background-color: rgb(207,37,105); }
div.DivClassName
{
background-color: #CF2569;
}
.BgClassName
{
background-color: #CF2569;
}
</style>
border-color css
<style>
span { border-color: #CF2569; }
span { border-color: rgb(207,37,105); }
td.TdClassName
{
border-color: #CF2569;
}
.TagClassName
{
border-color: #CF2569;
}
</style>