Shades of Deep Cerise #CF3889
Tints of Deep Cerise #CF3889
RGB
CMYK
RGB Variations
Color information
#CF3889 (or 0xCF3889) is known color: Deep Cerise. HEX triplet: CF, 38 and 89. RGB value is (207,56,137). Sum of RGB (Red+Green+Blue) = 207+56+137=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3889 is #30C776. Grayscale: #6E6E6E. Windows color (decimal): -3196791 or 8992975. OLE color: 8992975.
HSL color Cylindrical-coordinate representation of color #CF3889: hue angle of 327.81º 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 #CF3889 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 137 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.19 |
| HSL | 327.81º | 0.61% | 0.52% | - |
| HSV(B) | 327.81º | 0.73% | 0.81% | - |
| XYZ | 31.66 | 17.9 | 25.45 | - |
| YUV | 110.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 137 | 0 | 0.73 | 0.34 | 0.19 | 327.81 | 0.61 | 0.52 |
| Hex | CF | 38 | 89 | 0 | 49 | 22 | 13 | 148 | 3D | 34 |
| Octal | 317 | 70 | 211 | 0 | 111 | 42 | 23 | 510 | 75 | 64 |
| Binary | 11001111 | 111000 | 10001001 | 0 | 1001001 | 100010 | 10011 | 101001000 | 111101 | 110100 |
Color Harmonies of #CF3889
Complementary color
Monochromatic Colors of #CF3889
Black with #CF3889
Text Example
Text Example
White with #CF3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3889; }
p { color: rgb(207,56,137); }
H1.HeaderClassName
{
color: #CF3889;
}
.AnyTagClassName
{
color: #CF3889;
}
</style>
background-color css
<style>
a { background-color: #CF3889; }
a { background-color: rgb(207,56,137); }
div.DivClassName
{
background-color: #CF3889;
}
.BgClassName
{
background-color: #CF3889;
}
</style>
border-color css
<style>
span { border-color: #CF3889; }
span { border-color: rgb(207,56,137); }
td.TdClassName
{
border-color: #CF3889;
}
.TagClassName
{
border-color: #CF3889;
}
</style>