Shades of Cerise #CF396C
Tints of Cerise #CF396C
RGB
CMYK
RGB Variations
Color information
#CF396C (or 0xCF396C) is known color: Cerise. HEX triplet: CF, 39 and 6C. RGB value is (207,57,108). Sum of RGB (Red+Green+Blue) = 207+57+108=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF396C is #30C693. Grayscale: #6B6B6B. Windows color (decimal): -3196564 or 7092687. OLE color: 7092687.
HSL color Cylindrical-coordinate representation of color #CF396C: hue angle of 339.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF396C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 108 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.19 |
| HSL | 339.6º | 0.61% | 0.52% | - |
| HSV(B) | 339.6º | 0.72% | 0.81% | - |
| XYZ | 29.9 | 17.27 | 15.95 | - |
| YUV | 107.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 108 | 0 | 0.72 | 0.48 | 0.19 | 339.6 | 0.61 | 0.52 |
| Hex | CF | 39 | 6C | 0 | 48 | 30 | 13 | 154 | 3D | 34 |
| Octal | 317 | 71 | 154 | 0 | 110 | 60 | 23 | 524 | 75 | 64 |
| Binary | 11001111 | 111001 | 1101100 | 0 | 1001000 | 110000 | 10011 | 101010100 | 111101 | 110100 |
Color Harmonies of #CF396C
Complementary color
Monochromatic Colors of #CF396C
Black with #CF396C
Text Example
Text Example
White with #CF396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF396C; }
p { color: rgb(207,57,108); }
H1.HeaderClassName
{
color: #CF396C;
}
.AnyTagClassName
{
color: #CF396C;
}
</style>
background-color css
<style>
a { background-color: #CF396C; }
a { background-color: rgb(207,57,108); }
div.DivClassName
{
background-color: #CF396C;
}
.BgClassName
{
background-color: #CF396C;
}
</style>
border-color css
<style>
span { border-color: #CF396C; }
span { border-color: rgb(207,57,108); }
td.TdClassName
{
border-color: #CF396C;
}
.TagClassName
{
border-color: #CF396C;
}
</style>