Shades of Cerise #CF2164
Tints of Cerise #CF2164
RGB
CMYK
RGB Variations
Color information
#CF2164 (or 0xCF2164) is known color: Cerise. HEX triplet: CF, 21 and 64. RGB value is (207,33,100). Sum of RGB (Red+Green+Blue) = 207+33+100=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2164 is #30DE9B. Grayscale: #5C5C5C. Windows color (decimal): -3202716 or 6562255. OLE color: 6562255.
HSL color Cylindrical-coordinate representation of color #CF2164: hue angle of 336.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2164 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 100 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.19 |
| HSL | 336.9º | 0.73% | 0.47% | - |
| HSV(B) | 336.9º | 0.84% | 0.81% | - |
| XYZ | 28.58 | 15.27 | 13.5 | - |
| YUV | 92.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 100 | 0 | 0.84 | 0.52 | 0.19 | 336.9 | 0.73 | 0.47 |
| Hex | CF | 21 | 64 | 0 | 54 | 34 | 13 | 151 | 48 | 2F |
| Octal | 317 | 41 | 144 | 0 | 124 | 64 | 23 | 521 | 110 | 57 |
| Binary | 11001111 | 100001 | 1100100 | 0 | 1010100 | 110100 | 10011 | 101010001 | 1001000 | 101111 |
Color Harmonies of #CF2164
Complementary color
Monochromatic Colors of #CF2164
Black with #CF2164
Text Example
Text Example
White with #CF2164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2164; }
p { color: rgb(207,33,100); }
H1.HeaderClassName
{
color: #CF2164;
}
.AnyTagClassName
{
color: #CF2164;
}
</style>
background-color css
<style>
a { background-color: #CF2164; }
a { background-color: rgb(207,33,100); }
div.DivClassName
{
background-color: #CF2164;
}
.BgClassName
{
background-color: #CF2164;
}
</style>
border-color css
<style>
span { border-color: #CF2164; }
span { border-color: rgb(207,33,100); }
td.TdClassName
{
border-color: #CF2164;
}
.TagClassName
{
border-color: #CF2164;
}
</style>