Shades of Cerise #CF235C
Tints of Cerise #CF235C
RGB
CMYK
RGB Variations
Color information
#CF235C (or 0xCF235C) is known color: Cerise. HEX triplet: CF, 23 and 5C. RGB value is (207,35,92). Sum of RGB (Red+Green+Blue) = 207+35+92=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF235C is #30DCA3. Grayscale: #5C5C5C. Windows color (decimal): -3202212 or 6038479. OLE color: 6038479.
HSL color Cylindrical-coordinate representation of color #CF235C: hue angle of 340.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF235C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 92 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.19 |
| HSL | 340.12º | 0.71% | 0.47% | - |
| HSV(B) | 340.12º | 0.83% | 0.81% | - |
| XYZ | 28.26 | 15.24 | 11.58 | - |
| YUV | 92.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 92 | 0 | 0.83 | 0.56 | 0.19 | 340.12 | 0.71 | 0.47 |
| Hex | CF | 23 | 5C | 0 | 53 | 38 | 13 | 154 | 47 | 2F |
| Octal | 317 | 43 | 134 | 0 | 123 | 70 | 23 | 524 | 107 | 57 |
| Binary | 11001111 | 100011 | 1011100 | 0 | 1010011 | 111000 | 10011 | 101010100 | 1000111 | 101111 |
Color Harmonies of #CF235C
Complementary color
Monochromatic Colors of #CF235C
Black with #CF235C
Text Example
Text Example
White with #CF235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF235C; }
p { color: rgb(207,35,92); }
H1.HeaderClassName
{
color: #CF235C;
}
.AnyTagClassName
{
color: #CF235C;
}
</style>
background-color css
<style>
a { background-color: #CF235C; }
a { background-color: rgb(207,35,92); }
div.DivClassName
{
background-color: #CF235C;
}
.BgClassName
{
background-color: #CF235C;
}
</style>
border-color css
<style>
span { border-color: #CF235C; }
span { border-color: rgb(207,35,92); }
td.TdClassName
{
border-color: #CF235C;
}
.TagClassName
{
border-color: #CF235C;
}
</style>