Shades of Cerise #CF386B
Tints of Cerise #CF386B
RGB
CMYK
RGB Variations
Color information
#CF386B (or 0xCF386B) is known color: Cerise. HEX triplet: CF, 38 and 6B. RGB value is (207,56,107). Sum of RGB (Red+Green+Blue) = 207+56+107=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF386B is #30C794. Grayscale: #6A6A6A. Windows color (decimal): -3196821 or 7026895. OLE color: 7026895.
HSL color Cylindrical-coordinate representation of color #CF386B: hue angle of 339.74º 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 #CF386B is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 107 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.19 |
| HSL | 339.74º | 0.61% | 0.52% | - |
| HSV(B) | 339.74º | 0.73% | 0.81% | - |
| XYZ | 29.8 | 17.16 | 15.65 | - |
| YUV | 106.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 107 | 0 | 0.73 | 0.48 | 0.19 | 339.74 | 0.61 | 0.52 |
| Hex | CF | 38 | 6B | 0 | 49 | 30 | 13 | 154 | 3D | 34 |
| Octal | 317 | 70 | 153 | 0 | 111 | 60 | 23 | 524 | 75 | 64 |
| Binary | 11001111 | 111000 | 1101011 | 0 | 1001001 | 110000 | 10011 | 101010100 | 111101 | 110100 |
Color Harmonies of #CF386B
Complementary color
Monochromatic Colors of #CF386B
Black with #CF386B
Text Example
Text Example
White with #CF386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF386B; }
p { color: rgb(207,56,107); }
H1.HeaderClassName
{
color: #CF386B;
}
.AnyTagClassName
{
color: #CF386B;
}
</style>
background-color css
<style>
a { background-color: #CF386B; }
a { background-color: rgb(207,56,107); }
div.DivClassName
{
background-color: #CF386B;
}
.BgClassName
{
background-color: #CF386B;
}
</style>
border-color css
<style>
span { border-color: #CF386B; }
span { border-color: rgb(207,56,107); }
td.TdClassName
{
border-color: #CF386B;
}
.TagClassName
{
border-color: #CF386B;
}
</style>