Shades of Cerise #CF215C
Tints of Cerise #CF215C
RGB
CMYK
RGB Variations
Color information
#CF215C (or 0xCF215C) is known color: Cerise. HEX triplet: CF, 21 and 5C. RGB value is (207,33,92). Sum of RGB (Red+Green+Blue) = 207+33+92=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF215C is #30DEA3. Grayscale: #5B5B5B. Windows color (decimal): -3202724 or 6037967. OLE color: 6037967.
HSL color Cylindrical-coordinate representation of color #CF215C: hue angle of 339.66º 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 #CF215C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 92 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.19 |
| HSL | 339.66º | 0.73% | 0.47% | - |
| HSV(B) | 339.66º | 0.84% | 0.81% | - |
| XYZ | 28.21 | 15.13 | 11.56 | - |
| YUV | 91.75 | 128.15 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 92 | 0 | 0.84 | 0.56 | 0.19 | 339.66 | 0.73 | 0.47 |
| Hex | CF | 21 | 5C | 0 | 54 | 38 | 13 | 154 | 48 | 2F |
| Octal | 317 | 41 | 134 | 0 | 124 | 70 | 23 | 524 | 110 | 57 |
| Binary | 11001111 | 100001 | 1011100 | 0 | 1010100 | 111000 | 10011 | 101010100 | 1001000 | 101111 |
Color Harmonies of #CF215C
Complementary color
Monochromatic Colors of #CF215C
Black with #CF215C
Text Example
Text Example
White with #CF215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF215C; }
p { color: rgb(207,33,92); }
H1.HeaderClassName
{
color: #CF215C;
}
.AnyTagClassName
{
color: #CF215C;
}
</style>
background-color css
<style>
a { background-color: #CF215C; }
a { background-color: rgb(207,33,92); }
div.DivClassName
{
background-color: #CF215C;
}
.BgClassName
{
background-color: #CF215C;
}
</style>
border-color css
<style>
span { border-color: #CF215C; }
span { border-color: rgb(207,33,92); }
td.TdClassName
{
border-color: #CF215C;
}
.TagClassName
{
border-color: #CF215C;
}
</style>