Shades of Cerise #CF216A
Tints of Cerise #CF216A
RGB
CMYK
RGB Variations
Color information
#CF216A (or 0xCF216A) is known color: Cerise. HEX triplet: CF, 21 and 6A. RGB value is (207,33,106). Sum of RGB (Red+Green+Blue) = 207+33+106=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF216A is #30DE95. Grayscale: #5D5D5D. Windows color (decimal): -3202710 or 6955471. OLE color: 6955471.
HSL color Cylindrical-coordinate representation of color #CF216A: hue angle of 334.83º 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 #CF216A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 106 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.19 |
| HSL | 334.83º | 0.73% | 0.47% | - |
| HSV(B) | 334.83º | 0.84% | 0.81% | - |
| XYZ | 28.88 | 15.39 | 15.08 | - |
| YUV | 93.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 106 | 0 | 0.84 | 0.49 | 0.19 | 334.83 | 0.73 | 0.47 |
| Hex | CF | 21 | 6A | 0 | 54 | 31 | 13 | 14F | 48 | 2F |
| Octal | 317 | 41 | 152 | 0 | 124 | 61 | 23 | 517 | 110 | 57 |
| Binary | 11001111 | 100001 | 1101010 | 0 | 1010100 | 110001 | 10011 | 101001111 | 1001000 | 101111 |
Color Harmonies of #CF216A
Complementary color
Monochromatic Colors of #CF216A
Black with #CF216A
Text Example
Text Example
White with #CF216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF216A; }
p { color: rgb(207,33,106); }
H1.HeaderClassName
{
color: #CF216A;
}
.AnyTagClassName
{
color: #CF216A;
}
</style>
background-color css
<style>
a { background-color: #CF216A; }
a { background-color: rgb(207,33,106); }
div.DivClassName
{
background-color: #CF216A;
}
.BgClassName
{
background-color: #CF216A;
}
</style>
border-color css
<style>
span { border-color: #CF216A; }
span { border-color: rgb(207,33,106); }
td.TdClassName
{
border-color: #CF216A;
}
.TagClassName
{
border-color: #CF216A;
}
</style>