Shades of Deep Cerise #CF3876
Tints of Deep Cerise #CF3876
RGB
CMYK
RGB Variations
Color information
#CF3876 (or 0xCF3876) is known color: Deep Cerise. HEX triplet: CF, 38 and 76. RGB value is (207,56,118). Sum of RGB (Red+Green+Blue) = 207+56+118=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3876 is #30C789. Grayscale: #6C6C6C. Windows color (decimal): -3196810 or 7747791. OLE color: 7747791.
HSL color Cylindrical-coordinate representation of color #CF3876: hue angle of 335.36º 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 #CF3876 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 118 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.19 |
| HSL | 335.36º | 0.61% | 0.52% | - |
| HSV(B) | 335.36º | 0.73% | 0.81% | - |
| XYZ | 30.42 | 17.4 | 18.9 | - |
| YUV | 108.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 118 | 0 | 0.73 | 0.43 | 0.19 | 335.36 | 0.61 | 0.52 |
| Hex | CF | 38 | 76 | 0 | 49 | 2B | 13 | 14F | 3D | 34 |
| Octal | 317 | 70 | 166 | 0 | 111 | 53 | 23 | 517 | 75 | 64 |
| Binary | 11001111 | 111000 | 1110110 | 0 | 1001001 | 101011 | 10011 | 101001111 | 111101 | 110100 |
Color Harmonies of #CF3876
Complementary color
Monochromatic Colors of #CF3876
Black with #CF3876
Text Example
Text Example
White with #CF3876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3876; }
p { color: rgb(207,56,118); }
H1.HeaderClassName
{
color: #CF3876;
}
.AnyTagClassName
{
color: #CF3876;
}
</style>
background-color css
<style>
a { background-color: #CF3876; }
a { background-color: rgb(207,56,118); }
div.DivClassName
{
background-color: #CF3876;
}
.BgClassName
{
background-color: #CF3876;
}
</style>
border-color css
<style>
span { border-color: #CF3876; }
span { border-color: rgb(207,56,118); }
td.TdClassName
{
border-color: #CF3876;
}
.TagClassName
{
border-color: #CF3876;
}
</style>