Shades of Cerise #CF3864
Tints of Cerise #CF3864
RGB
CMYK
RGB Variations
Color information
#CF3864 (or 0xCF3864) is known color: Cerise. HEX triplet: CF, 38 and 64. RGB value is (207,56,100). Sum of RGB (Red+Green+Blue) = 207+56+100=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3864 is #30C79B. Grayscale: #6A6A6A. Windows color (decimal): -3196828 or 6568143. OLE color: 6568143.
HSL color Cylindrical-coordinate representation of color #CF3864: hue angle of 342.52º 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 #CF3864 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 100 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.19 |
| HSL | 342.52º | 0.61% | 0.52% | - |
| HSV(B) | 342.52º | 0.73% | 0.81% | - |
| XYZ | 29.45 | 17.01 | 13.79 | - |
| YUV | 106.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 100 | 0 | 0.73 | 0.52 | 0.19 | 342.52 | 0.61 | 0.52 |
| Hex | CF | 38 | 64 | 0 | 49 | 34 | 13 | 157 | 3D | 34 |
| Octal | 317 | 70 | 144 | 0 | 111 | 64 | 23 | 527 | 75 | 64 |
| Binary | 11001111 | 111000 | 1100100 | 0 | 1001001 | 110100 | 10011 | 101010111 | 111101 | 110100 |
Color Harmonies of #CF3864
Complementary color
Monochromatic Colors of #CF3864
Black with #CF3864
Text Example
Text Example
White with #CF3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3864; }
p { color: rgb(207,56,100); }
H1.HeaderClassName
{
color: #CF3864;
}
.AnyTagClassName
{
color: #CF3864;
}
</style>
background-color css
<style>
a { background-color: #CF3864; }
a { background-color: rgb(207,56,100); }
div.DivClassName
{
background-color: #CF3864;
}
.BgClassName
{
background-color: #CF3864;
}
</style>
border-color css
<style>
span { border-color: #CF3864; }
span { border-color: rgb(207,56,100); }
td.TdClassName
{
border-color: #CF3864;
}
.TagClassName
{
border-color: #CF3864;
}
</style>