Shades of Deep Cerise #CF3F7B
Tints of Deep Cerise #CF3F7B
RGB
CMYK
RGB Variations
Color information
#CF3F7B (or 0xCF3F7B) is known color: Deep Cerise. HEX triplet: CF, 3F and 7B. RGB value is (207,63,123). Sum of RGB (Red+Green+Blue) = 207+63+123=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F7B is #30C084. Grayscale: #707070. Windows color (decimal): -3195013 or 8077263. OLE color: 8077263.
HSL color Cylindrical-coordinate representation of color #CF3F7B: hue angle of 335º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F7B is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 123 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.19 |
| HSL | 335º | 0.6% | 0.53% | - |
| HSV(B) | 335º | 0.7% | 0.81% | - |
| XYZ | 31.08 | 18.25 | 20.62 | - |
| YUV | 112.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 123 | 0 | 0.70 | 0.41 | 0.19 | 335 | 0.6 | 0.53 |
| Hex | CF | 3F | 7B | 0 | 46 | 29 | 13 | 14F | 3C | 35 |
| Octal | 317 | 77 | 173 | 0 | 106 | 51 | 23 | 517 | 74 | 65 |
| Binary | 11001111 | 111111 | 1111011 | 0 | 1000110 | 101001 | 10011 | 101001111 | 111100 | 110101 |
Color Harmonies of #CF3F7B
Complementary color
Monochromatic Colors of #CF3F7B
Black with #CF3F7B
Text Example
Text Example
White with #CF3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F7B; }
p { color: rgb(207,63,123); }
H1.HeaderClassName
{
color: #CF3F7B;
}
.AnyTagClassName
{
color: #CF3F7B;
}
</style>
background-color css
<style>
a { background-color: #CF3F7B; }
a { background-color: rgb(207,63,123); }
div.DivClassName
{
background-color: #CF3F7B;
}
.BgClassName
{
background-color: #CF3F7B;
}
</style>
border-color css
<style>
span { border-color: #CF3F7B; }
span { border-color: rgb(207,63,123); }
td.TdClassName
{
border-color: #CF3F7B;
}
.TagClassName
{
border-color: #CF3F7B;
}
</style>