Shades of Cerise #CF396B
Tints of Cerise #CF396B
RGB
CMYK
RGB Variations
Color information
#CF396B (or 0xCF396B) is known color: Cerise. HEX triplet: CF, 39 and 6B. RGB value is (207,57,107). Sum of RGB (Red+Green+Blue) = 207+57+107=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF396B is #30C694. Grayscale: #6B6B6B. Windows color (decimal): -3196565 or 7027151. OLE color: 7027151.
HSL color Cylindrical-coordinate representation of color #CF396B: hue angle of 340º 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 #CF396B is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 107 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.19 |
| HSL | 340º | 0.61% | 0.52% | - |
| HSV(B) | 340º | 0.72% | 0.81% | - |
| XYZ | 29.85 | 17.25 | 15.67 | - |
| YUV | 107.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 107 | 0 | 0.72 | 0.48 | 0.19 | 340 | 0.61 | 0.52 |
| Hex | CF | 39 | 6B | 0 | 48 | 30 | 13 | 154 | 3D | 34 |
| Octal | 317 | 71 | 153 | 0 | 110 | 60 | 23 | 524 | 75 | 64 |
| Binary | 11001111 | 111001 | 1101011 | 0 | 1001000 | 110000 | 10011 | 101010100 | 111101 | 110100 |
Color Harmonies of #CF396B
Complementary color
Monochromatic Colors of #CF396B
Black with #CF396B
Text Example
Text Example
White with #CF396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF396B; }
p { color: rgb(207,57,107); }
H1.HeaderClassName
{
color: #CF396B;
}
.AnyTagClassName
{
color: #CF396B;
}
</style>
background-color css
<style>
a { background-color: #CF396B; }
a { background-color: rgb(207,57,107); }
div.DivClassName
{
background-color: #CF396B;
}
.BgClassName
{
background-color: #CF396B;
}
</style>
border-color css
<style>
span { border-color: #CF396B; }
span { border-color: rgb(207,57,107); }
td.TdClassName
{
border-color: #CF396B;
}
.TagClassName
{
border-color: #CF396B;
}
</style>