Shades of Cerise #CF2763
Tints of Cerise #CF2763
RGB
CMYK
RGB Variations
Color information
#CF2763 (or 0xCF2763) is known color: Cerise. HEX triplet: CF, 27 and 63. RGB value is (207,39,99). Sum of RGB (Red+Green+Blue) = 207+39+99=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2763 is #30D89C. Grayscale: #5F5F5F. Windows color (decimal): -3201181 or 6498255. OLE color: 6498255.
HSL color Cylindrical-coordinate representation of color #CF2763: hue angle of 338.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2763 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 99 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.19 |
| HSL | 338.57º | 0.68% | 0.48% | - |
| HSV(B) | 338.57º | 0.81% | 0.81% | - |
| XYZ | 28.71 | 15.62 | 13.31 | - |
| YUV | 96.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 99 | 0 | 0.81 | 0.52 | 0.19 | 338.57 | 0.68 | 0.48 |
| Hex | CF | 27 | 63 | 0 | 51 | 34 | 13 | 153 | 44 | 30 |
| Octal | 317 | 47 | 143 | 0 | 121 | 64 | 23 | 523 | 104 | 60 |
| Binary | 11001111 | 100111 | 1100011 | 0 | 1010001 | 110100 | 10011 | 101010011 | 1000100 | 110000 |
Color Harmonies of #CF2763
Complementary color
Monochromatic Colors of #CF2763
Black with #CF2763
Text Example
Text Example
White with #CF2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2763; }
p { color: rgb(207,39,99); }
H1.HeaderClassName
{
color: #CF2763;
}
.AnyTagClassName
{
color: #CF2763;
}
</style>
background-color css
<style>
a { background-color: #CF2763; }
a { background-color: rgb(207,39,99); }
div.DivClassName
{
background-color: #CF2763;
}
.BgClassName
{
background-color: #CF2763;
}
</style>
border-color css
<style>
span { border-color: #CF2763; }
span { border-color: rgb(207,39,99); }
td.TdClassName
{
border-color: #CF2763;
}
.TagClassName
{
border-color: #CF2763;
}
</style>