Shades of Cerise #CF3868
Tints of Cerise #CF3868
RGB
CMYK
RGB Variations
Color information
#CF3868 (or 0xCF3868) is known color: Cerise. HEX triplet: CF, 38 and 68. RGB value is (207,56,104). Sum of RGB (Red+Green+Blue) = 207+56+104=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3868 is #30C797. Grayscale: #6A6A6A. Windows color (decimal): -3196824 or 6830287. OLE color: 6830287.
HSL color Cylindrical-coordinate representation of color #CF3868: hue angle of 340.93º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3868 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 104 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.19 |
| HSL | 340.93º | 0.61% | 0.52% | - |
| HSV(B) | 340.93º | 0.73% | 0.81% | - |
| XYZ | 29.65 | 17.09 | 14.83 | - |
| YUV | 106.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 104 | 0 | 0.73 | 0.50 | 0.19 | 340.93 | 0.61 | 0.52 |
| Hex | CF | 38 | 68 | 0 | 49 | 32 | 13 | 155 | 3D | 34 |
| Octal | 317 | 70 | 150 | 0 | 111 | 62 | 23 | 525 | 75 | 64 |
| Binary | 11001111 | 111000 | 1101000 | 0 | 1001001 | 110010 | 10011 | 101010101 | 111101 | 110100 |
Color Harmonies of #CF3868
Complementary color
Monochromatic Colors of #CF3868
Black with #CF3868
Text Example
Text Example
White with #CF3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3868; }
p { color: rgb(207,56,104); }
H1.HeaderClassName
{
color: #CF3868;
}
.AnyTagClassName
{
color: #CF3868;
}
</style>
background-color css
<style>
a { background-color: #CF3868; }
a { background-color: rgb(207,56,104); }
div.DivClassName
{
background-color: #CF3868;
}
.BgClassName
{
background-color: #CF3868;
}
</style>
border-color css
<style>
span { border-color: #CF3868; }
span { border-color: rgb(207,56,104); }
td.TdClassName
{
border-color: #CF3868;
}
.TagClassName
{
border-color: #CF3868;
}
</style>