Shades of Cerise #CF2163
Tints of Cerise #CF2163
RGB
CMYK
RGB Variations
Color information
#CF2163 (or 0xCF2163) is known color: Cerise. HEX triplet: CF, 21 and 63. RGB value is (207,33,99). Sum of RGB (Red+Green+Blue) = 207+33+99=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2163 is #30DE9C. Grayscale: #5C5C5C. Windows color (decimal): -3202717 or 6496719. OLE color: 6496719.
HSL color Cylindrical-coordinate representation of color #CF2163: hue angle of 337.24º 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 #CF2163 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 99 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.19 |
| HSL | 337.24º | 0.73% | 0.47% | - |
| HSV(B) | 337.24º | 0.84% | 0.81% | - |
| XYZ | 28.53 | 15.25 | 13.25 | - |
| YUV | 92.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 99 | 0 | 0.84 | 0.52 | 0.19 | 337.24 | 0.73 | 0.47 |
| Hex | CF | 21 | 63 | 0 | 54 | 34 | 13 | 151 | 48 | 2F |
| Octal | 317 | 41 | 143 | 0 | 124 | 64 | 23 | 521 | 110 | 57 |
| Binary | 11001111 | 100001 | 1100011 | 0 | 1010100 | 110100 | 10011 | 101010001 | 1001000 | 101111 |
Color Harmonies of #CF2163
Complementary color
Monochromatic Colors of #CF2163
Black with #CF2163
Text Example
Text Example
White with #CF2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2163; }
p { color: rgb(207,33,99); }
H1.HeaderClassName
{
color: #CF2163;
}
.AnyTagClassName
{
color: #CF2163;
}
</style>
background-color css
<style>
a { background-color: #CF2163; }
a { background-color: rgb(207,33,99); }
div.DivClassName
{
background-color: #CF2163;
}
.BgClassName
{
background-color: #CF2163;
}
</style>
border-color css
<style>
span { border-color: #CF2163; }
span { border-color: rgb(207,33,99); }
td.TdClassName
{
border-color: #CF2163;
}
.TagClassName
{
border-color: #CF2163;
}
</style>