Shades of Cerise #CF215E
Tints of Cerise #CF215E
RGB
CMYK
RGB Variations
Color information
#CF215E (or 0xCF215E) is known color: Cerise. HEX triplet: CF, 21 and 5E. RGB value is (207,33,94). Sum of RGB (Red+Green+Blue) = 207+33+94=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF215E is #30DEA1. Grayscale: #5B5B5B. Windows color (decimal): -3202722 or 6169039. OLE color: 6169039.
HSL color Cylindrical-coordinate representation of color #CF215E: hue angle of 338.97º 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 #CF215E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 94 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.19 |
| HSL | 338.97º | 0.73% | 0.47% | - |
| HSV(B) | 338.97º | 0.84% | 0.81% | - |
| XYZ | 28.3 | 15.16 | 12.02 | - |
| YUV | 91.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 94 | 0 | 0.84 | 0.55 | 0.19 | 338.97 | 0.73 | 0.47 |
| Hex | CF | 21 | 5E | 0 | 54 | 37 | 13 | 153 | 48 | 2F |
| Octal | 317 | 41 | 136 | 0 | 124 | 67 | 23 | 523 | 110 | 57 |
| Binary | 11001111 | 100001 | 1011110 | 0 | 1010100 | 110111 | 10011 | 101010011 | 1001000 | 101111 |
Color Harmonies of #CF215E
Complementary color
Monochromatic Colors of #CF215E
Black with #CF215E
Text Example
Text Example
White with #CF215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF215E; }
p { color: rgb(207,33,94); }
H1.HeaderClassName
{
color: #CF215E;
}
.AnyTagClassName
{
color: #CF215E;
}
</style>
background-color css
<style>
a { background-color: #CF215E; }
a { background-color: rgb(207,33,94); }
div.DivClassName
{
background-color: #CF215E;
}
.BgClassName
{
background-color: #CF215E;
}
</style>
border-color css
<style>
span { border-color: #CF215E; }
span { border-color: rgb(207,33,94); }
td.TdClassName
{
border-color: #CF215E;
}
.TagClassName
{
border-color: #CF215E;
}
</style>