Shades of Cerise #CF215F
Tints of Cerise #CF215F
RGB
CMYK
RGB Variations
Color information
#CF215F (or 0xCF215F) is known color: Cerise. HEX triplet: CF, 21 and 5F. RGB value is (207,33,95). Sum of RGB (Red+Green+Blue) = 207+33+95=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF215F is #30DEA0. Grayscale: #5C5C5C. Windows color (decimal): -3202721 or 6234575. OLE color: 6234575.
HSL color Cylindrical-coordinate representation of color #CF215F: hue angle of 338.62º 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 #CF215F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 95 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.19 |
| HSL | 338.62º | 0.73% | 0.47% | - |
| HSV(B) | 338.62º | 0.84% | 0.81% | - |
| XYZ | 28.34 | 15.18 | 12.26 | - |
| YUV | 92.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 95 | 0 | 0.84 | 0.54 | 0.19 | 338.62 | 0.73 | 0.47 |
| Hex | CF | 21 | 5F | 0 | 54 | 36 | 13 | 153 | 48 | 2F |
| Octal | 317 | 41 | 137 | 0 | 124 | 66 | 23 | 523 | 110 | 57 |
| Binary | 11001111 | 100001 | 1011111 | 0 | 1010100 | 110110 | 10011 | 101010011 | 1001000 | 101111 |
Color Harmonies of #CF215F
Complementary color
Monochromatic Colors of #CF215F
Black with #CF215F
Text Example
Text Example
White with #CF215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF215F; }
p { color: rgb(207,33,95); }
H1.HeaderClassName
{
color: #CF215F;
}
.AnyTagClassName
{
color: #CF215F;
}
</style>
background-color css
<style>
a { background-color: #CF215F; }
a { background-color: rgb(207,33,95); }
div.DivClassName
{
background-color: #CF215F;
}
.BgClassName
{
background-color: #CF215F;
}
</style>
border-color css
<style>
span { border-color: #CF215F; }
span { border-color: rgb(207,33,95); }
td.TdClassName
{
border-color: #CF215F;
}
.TagClassName
{
border-color: #CF215F;
}
</style>