Shades of Cerise #CF2665
Tints of Cerise #CF2665
RGB
CMYK
RGB Variations
Color information
#CF2665 (or 0xCF2665) is known color: Cerise. HEX triplet: CF, 26 and 65. RGB value is (207,38,101). Sum of RGB (Red+Green+Blue) = 207+38+101=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2665 is #30D99A. Grayscale: #5F5F5F. Windows color (decimal): -3201435 or 6629071. OLE color: 6629071.
HSL color Cylindrical-coordinate representation of color #CF2665: hue angle of 337.63º 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 #CF2665 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 101 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.19 |
| HSL | 337.63º | 0.69% | 0.48% | - |
| HSV(B) | 337.63º | 0.82% | 0.81% | - |
| XYZ | 28.77 | 15.59 | 13.8 | - |
| YUV | 95.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 101 | 0 | 0.82 | 0.51 | 0.19 | 337.63 | 0.69 | 0.48 |
| Hex | CF | 26 | 65 | 0 | 52 | 33 | 13 | 152 | 45 | 30 |
| Octal | 317 | 46 | 145 | 0 | 122 | 63 | 23 | 522 | 105 | 60 |
| Binary | 11001111 | 100110 | 1100101 | 0 | 1010010 | 110011 | 10011 | 101010010 | 1000101 | 110000 |
Color Harmonies of #CF2665
Complementary color
Monochromatic Colors of #CF2665
Black with #CF2665
Text Example
Text Example
White with #CF2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2665; }
p { color: rgb(207,38,101); }
H1.HeaderClassName
{
color: #CF2665;
}
.AnyTagClassName
{
color: #CF2665;
}
</style>
background-color css
<style>
a { background-color: #CF2665; }
a { background-color: rgb(207,38,101); }
div.DivClassName
{
background-color: #CF2665;
}
.BgClassName
{
background-color: #CF2665;
}
</style>
border-color css
<style>
span { border-color: #CF2665; }
span { border-color: rgb(207,38,101); }
td.TdClassName
{
border-color: #CF2665;
}
.TagClassName
{
border-color: #CF2665;
}
</style>