Shades of Cerise #CF2666
Tints of Cerise #CF2666
RGB
CMYK
RGB Variations
Color information
#CF2666 (or 0xCF2666) is known color: Cerise. HEX triplet: CF, 26 and 66. RGB value is (207,38,102). Sum of RGB (Red+Green+Blue) = 207+38+102=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2666 is #30D999. Grayscale: #5F5F5F. Windows color (decimal): -3201434 or 6694607. OLE color: 6694607.
HSL color Cylindrical-coordinate representation of color #CF2666: hue angle of 337.28º 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 #CF2666 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 102 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.19 |
| HSL | 337.28º | 0.69% | 0.48% | - |
| HSV(B) | 337.28º | 0.82% | 0.81% | - |
| XYZ | 28.82 | 15.61 | 14.06 | - |
| YUV | 95.83 | 131.49 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 102 | 0 | 0.82 | 0.51 | 0.19 | 337.28 | 0.69 | 0.48 |
| Hex | CF | 26 | 66 | 0 | 52 | 33 | 13 | 151 | 45 | 30 |
| Octal | 317 | 46 | 146 | 0 | 122 | 63 | 23 | 521 | 105 | 60 |
| Binary | 11001111 | 100110 | 1100110 | 0 | 1010010 | 110011 | 10011 | 101010001 | 1000101 | 110000 |
Color Harmonies of #CF2666
Complementary color
Monochromatic Colors of #CF2666
Black with #CF2666
Text Example
Text Example
White with #CF2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2666; }
p { color: rgb(207,38,102); }
H1.HeaderClassName
{
color: #CF2666;
}
.AnyTagClassName
{
color: #CF2666;
}
</style>
background-color css
<style>
a { background-color: #CF2666; }
a { background-color: rgb(207,38,102); }
div.DivClassName
{
background-color: #CF2666;
}
.BgClassName
{
background-color: #CF2666;
}
</style>
border-color css
<style>
span { border-color: #CF2666; }
span { border-color: rgb(207,38,102); }
td.TdClassName
{
border-color: #CF2666;
}
.TagClassName
{
border-color: #CF2666;
}
</style>