Shades of Cerise #CF3765
Tints of Cerise #CF3765
RGB
CMYK
RGB Variations
Color information
#CF3765 (or 0xCF3765) is known color: Cerise. HEX triplet: CF, 37 and 65. RGB value is (207,55,101). Sum of RGB (Red+Green+Blue) = 207+55+101=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3765 is #30C89A. Grayscale: #696969. Windows color (decimal): -3197083 or 6633423. OLE color: 6633423.
HSL color Cylindrical-coordinate representation of color #CF3765: hue angle of 341.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3765 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 101 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.19 |
| HSL | 341.84º | 0.61% | 0.51% | - |
| HSV(B) | 341.84º | 0.73% | 0.81% | - |
| XYZ | 29.45 | 16.94 | 14.03 | - |
| YUV | 105.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 101 | 0 | 0.73 | 0.51 | 0.19 | 341.84 | 0.61 | 0.51 |
| Hex | CF | 37 | 65 | 0 | 49 | 33 | 13 | 156 | 3D | 33 |
| Octal | 317 | 67 | 145 | 0 | 111 | 63 | 23 | 526 | 75 | 63 |
| Binary | 11001111 | 110111 | 1100101 | 0 | 1001001 | 110011 | 10011 | 101010110 | 111101 | 110011 |
Color Harmonies of #CF3765
Complementary color
Monochromatic Colors of #CF3765
Black with #CF3765
Text Example
Text Example
White with #CF3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3765; }
p { color: rgb(207,55,101); }
H1.HeaderClassName
{
color: #CF3765;
}
.AnyTagClassName
{
color: #CF3765;
}
</style>
background-color css
<style>
a { background-color: #CF3765; }
a { background-color: rgb(207,55,101); }
div.DivClassName
{
background-color: #CF3765;
}
.BgClassName
{
background-color: #CF3765;
}
</style>
border-color css
<style>
span { border-color: #CF3765; }
span { border-color: rgb(207,55,101); }
td.TdClassName
{
border-color: #CF3765;
}
.TagClassName
{
border-color: #CF3765;
}
</style>