Shades of Cerise #CF2668
Tints of Cerise #CF2668
RGB
CMYK
RGB Variations
Color information
#CF2668 (or 0xCF2668) is known color: Cerise. HEX triplet: CF, 26 and 68. RGB value is (207,38,104). Sum of RGB (Red+Green+Blue) = 207+38+104=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2668 is #30D997. Grayscale: #5F5F5F. Windows color (decimal): -3201432 or 6825679. OLE color: 6825679.
HSL color Cylindrical-coordinate representation of color #CF2668: hue angle of 336.57º degrees, saturation: 0.69, 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 #CF2668 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 104 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.19 |
| HSL | 336.57º | 0.69% | 0.48% | - |
| HSV(B) | 336.57º | 0.82% | 0.81% | - |
| XYZ | 28.92 | 15.65 | 14.59 | - |
| YUV | 96.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 104 | 0 | 0.82 | 0.50 | 0.19 | 336.57 | 0.69 | 0.48 |
| Hex | CF | 26 | 68 | 0 | 52 | 32 | 13 | 151 | 45 | 30 |
| Octal | 317 | 46 | 150 | 0 | 122 | 62 | 23 | 521 | 105 | 60 |
| Binary | 11001111 | 100110 | 1101000 | 0 | 1010010 | 110010 | 10011 | 101010001 | 1000101 | 110000 |
Color Harmonies of #CF2668
Complementary color
Monochromatic Colors of #CF2668
Black with #CF2668
Text Example
Text Example
White with #CF2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2668; }
p { color: rgb(207,38,104); }
H1.HeaderClassName
{
color: #CF2668;
}
.AnyTagClassName
{
color: #CF2668;
}
</style>
background-color css
<style>
a { background-color: #CF2668; }
a { background-color: rgb(207,38,104); }
div.DivClassName
{
background-color: #CF2668;
}
.BgClassName
{
background-color: #CF2668;
}
</style>
border-color css
<style>
span { border-color: #CF2668; }
span { border-color: rgb(207,38,104); }
td.TdClassName
{
border-color: #CF2668;
}
.TagClassName
{
border-color: #CF2668;
}
</style>