Shades of Cerise #CF216F
Tints of Cerise #CF216F
RGB
CMYK
RGB Variations
Color information
#CF216F (or 0xCF216F) is known color: Cerise. HEX triplet: CF, 21 and 6F. RGB value is (207,33,111). Sum of RGB (Red+Green+Blue) = 207+33+111=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF216F is #30DE90. Grayscale: #5D5D5D. Windows color (decimal): -3202705 or 7283151. OLE color: 7283151.
HSL color Cylindrical-coordinate representation of color #CF216F: hue angle of 333.1º 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 #CF216F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 111 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.19 |
| HSL | 333.1º | 0.73% | 0.47% | - |
| HSV(B) | 333.1º | 0.84% | 0.81% | - |
| XYZ | 29.15 | 15.5 | 16.49 | - |
| YUV | 93.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 111 | 0 | 0.84 | 0.46 | 0.19 | 333.1 | 0.73 | 0.47 |
| Hex | CF | 21 | 6F | 0 | 54 | 2E | 13 | 14D | 48 | 2F |
| Octal | 317 | 41 | 157 | 0 | 124 | 56 | 23 | 515 | 110 | 57 |
| Binary | 11001111 | 100001 | 1101111 | 0 | 1010100 | 101110 | 10011 | 101001101 | 1001000 | 101111 |
Color Harmonies of #CF216F
Complementary color
Monochromatic Colors of #CF216F
Black with #CF216F
Text Example
Text Example
White with #CF216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF216F; }
p { color: rgb(207,33,111); }
H1.HeaderClassName
{
color: #CF216F;
}
.AnyTagClassName
{
color: #CF216F;
}
</style>
background-color css
<style>
a { background-color: #CF216F; }
a { background-color: rgb(207,33,111); }
div.DivClassName
{
background-color: #CF216F;
}
.BgClassName
{
background-color: #CF216F;
}
</style>
border-color css
<style>
span { border-color: #CF216F; }
span { border-color: rgb(207,33,111); }
td.TdClassName
{
border-color: #CF216F;
}
.TagClassName
{
border-color: #CF216F;
}
</style>