Shades of Cerise #CF235A
Tints of Cerise #CF235A
RGB
CMYK
RGB Variations
Color information
#CF235A (or 0xCF235A) is known color: Cerise. HEX triplet: CF, 23 and 5A. RGB value is (207,35,90). Sum of RGB (Red+Green+Blue) = 207+35+90=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF235A is #30DCA5. Grayscale: #5C5C5C. Windows color (decimal): -3202214 or 5907407. OLE color: 5907407.
HSL color Cylindrical-coordinate representation of color #CF235A: hue angle of 340.81º 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 #CF235A is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 90 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.19 |
| HSL | 340.81º | 0.71% | 0.47% | - |
| HSV(B) | 340.81º | 0.83% | 0.81% | - |
| XYZ | 28.18 | 15.21 | 11.12 | - |
| YUV | 92.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 90 | 0 | 0.83 | 0.57 | 0.19 | 340.81 | 0.71 | 0.47 |
| Hex | CF | 23 | 5A | 0 | 53 | 39 | 13 | 155 | 47 | 2F |
| Octal | 317 | 43 | 132 | 0 | 123 | 71 | 23 | 525 | 107 | 57 |
| Binary | 11001111 | 100011 | 1011010 | 0 | 1010011 | 111001 | 10011 | 101010101 | 1000111 | 101111 |
Color Harmonies of #CF235A
Complementary color
Monochromatic Colors of #CF235A
Black with #CF235A
Text Example
Text Example
White with #CF235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF235A; }
p { color: rgb(207,35,90); }
H1.HeaderClassName
{
color: #CF235A;
}
.AnyTagClassName
{
color: #CF235A;
}
</style>
background-color css
<style>
a { background-color: #CF235A; }
a { background-color: rgb(207,35,90); }
div.DivClassName
{
background-color: #CF235A;
}
.BgClassName
{
background-color: #CF235A;
}
</style>
border-color css
<style>
span { border-color: #CF235A; }
span { border-color: rgb(207,35,90); }
td.TdClassName
{
border-color: #CF235A;
}
.TagClassName
{
border-color: #CF235A;
}
</style>