Shades of Cerise #CF2565
Tints of Cerise #CF2565
RGB
CMYK
RGB Variations
Color information
#CF2565 (or 0xCF2565) is known color: Cerise. HEX triplet: CF, 25 and 65. RGB value is (207,37,101). Sum of RGB (Red+Green+Blue) = 207+37+101=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2565 is #30DA9A. Grayscale: #5F5F5F. Windows color (decimal): -3201691 or 6628815. OLE color: 6628815.
HSL color Cylindrical-coordinate representation of color #CF2565: hue angle of 337.41º 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 #CF2565 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 101 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.19 |
| HSL | 337.41º | 0.7% | 0.48% | - |
| HSV(B) | 337.41º | 0.82% | 0.81% | - |
| XYZ | 28.74 | 15.53 | 13.79 | - |
| YUV | 95.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 101 | 0 | 0.82 | 0.51 | 0.19 | 337.41 | 0.7 | 0.48 |
| Hex | CF | 25 | 65 | 0 | 52 | 33 | 13 | 151 | 46 | 30 |
| Octal | 317 | 45 | 145 | 0 | 122 | 63 | 23 | 521 | 106 | 60 |
| Binary | 11001111 | 100101 | 1100101 | 0 | 1010010 | 110011 | 10011 | 101010001 | 1000110 | 110000 |
Color Harmonies of #CF2565
Complementary color
Monochromatic Colors of #CF2565
Black with #CF2565
Text Example
Text Example
White with #CF2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2565; }
p { color: rgb(207,37,101); }
H1.HeaderClassName
{
color: #CF2565;
}
.AnyTagClassName
{
color: #CF2565;
}
</style>
background-color css
<style>
a { background-color: #CF2565; }
a { background-color: rgb(207,37,101); }
div.DivClassName
{
background-color: #CF2565;
}
.BgClassName
{
background-color: #CF2565;
}
</style>
border-color css
<style>
span { border-color: #CF2565; }
span { border-color: rgb(207,37,101); }
td.TdClassName
{
border-color: #CF2565;
}
.TagClassName
{
border-color: #CF2565;
}
</style>