Shades of Deep Cerise #CF4080
Tints of Deep Cerise #CF4080
RGB
CMYK
RGB Variations
Color information
#CF4080 (or 0xCF4080) is known color: Deep Cerise. HEX triplet: CF, 40 and 80. RGB value is (207,64,128). Sum of RGB (Red+Green+Blue) = 207+64+128=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4080 is #30BF7F. Grayscale: #717171. Windows color (decimal): -3194752 or 8405199. OLE color: 8405199.
HSL color Cylindrical-coordinate representation of color #CF4080: hue angle of 333.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4080 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 128 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.19 |
| HSL | 333.15º | 0.6% | 0.53% | - |
| HSV(B) | 333.15º | 0.69% | 0.81% | - |
| XYZ | 31.46 | 18.49 | 22.33 | - |
| YUV | 114.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 128 | 0 | 0.69 | 0.38 | 0.19 | 333.15 | 0.6 | 0.53 |
| Hex | CF | 40 | 80 | 0 | 45 | 26 | 13 | 14D | 3C | 35 |
| Octal | 317 | 100 | 200 | 0 | 105 | 46 | 23 | 515 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10000000 | 0 | 1000101 | 100110 | 10011 | 101001101 | 111100 | 110101 |
Color Harmonies of #CF4080
Complementary color
Monochromatic Colors of #CF4080
Black with #CF4080
Text Example
Text Example
White with #CF4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4080; }
p { color: rgb(207,64,128); }
H1.HeaderClassName
{
color: #CF4080;
}
.AnyTagClassName
{
color: #CF4080;
}
</style>
background-color css
<style>
a { background-color: #CF4080; }
a { background-color: rgb(207,64,128); }
div.DivClassName
{
background-color: #CF4080;
}
.BgClassName
{
background-color: #CF4080;
}
</style>
border-color css
<style>
span { border-color: #CF4080; }
span { border-color: rgb(207,64,128); }
td.TdClassName
{
border-color: #CF4080;
}
.TagClassName
{
border-color: #CF4080;
}
</style>