Shades of Deep Cerise #CF3886
Tints of Deep Cerise #CF3886
RGB
CMYK
RGB Variations
Color information
#CF3886 (or 0xCF3886) is known color: Deep Cerise. HEX triplet: CF, 38 and 86. RGB value is (207,56,134). Sum of RGB (Red+Green+Blue) = 207+56+134=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3886 is #30C779. Grayscale: #6D6D6D. Windows color (decimal): -3196794 or 8796367. OLE color: 8796367.
HSL color Cylindrical-coordinate representation of color #CF3886: hue angle of 329.01º 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 #CF3886 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 134 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.19 |
| HSL | 329.01º | 0.61% | 0.52% | - |
| HSV(B) | 329.01º | 0.73% | 0.81% | - |
| XYZ | 31.45 | 17.81 | 24.34 | - |
| YUV | 110.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 134 | 0 | 0.73 | 0.35 | 0.19 | 329.01 | 0.61 | 0.52 |
| Hex | CF | 38 | 86 | 0 | 49 | 23 | 13 | 149 | 3D | 34 |
| Octal | 317 | 70 | 206 | 0 | 111 | 43 | 23 | 511 | 75 | 64 |
| Binary | 11001111 | 111000 | 10000110 | 0 | 1001001 | 100011 | 10011 | 101001001 | 111101 | 110100 |
Color Harmonies of #CF3886
Complementary color
Monochromatic Colors of #CF3886
Black with #CF3886
Text Example
Text Example
White with #CF3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3886; }
p { color: rgb(207,56,134); }
H1.HeaderClassName
{
color: #CF3886;
}
.AnyTagClassName
{
color: #CF3886;
}
</style>
background-color css
<style>
a { background-color: #CF3886; }
a { background-color: rgb(207,56,134); }
div.DivClassName
{
background-color: #CF3886;
}
.BgClassName
{
background-color: #CF3886;
}
</style>
border-color css
<style>
span { border-color: #CF3886; }
span { border-color: rgb(207,56,134); }
td.TdClassName
{
border-color: #CF3886;
}
.TagClassName
{
border-color: #CF3886;
}
</style>