Shades of Deep Cerise #CF3B7C
Tints of Deep Cerise #CF3B7C
RGB
CMYK
RGB Variations
Color information
#CF3B7C (or 0xCF3B7C) is known color: Deep Cerise. HEX triplet: CF, 3B and 7C. RGB value is (207,59,124). Sum of RGB (Red+Green+Blue) = 207+59+124=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3B7C is #30C483. Grayscale: #6E6E6E. Windows color (decimal): -3196036 or 8141775. OLE color: 8141775.
HSL color Cylindrical-coordinate representation of color #CF3B7C: hue angle of 333.65º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3B7C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 124 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.19 |
| HSL | 333.65º | 0.61% | 0.52% | - |
| HSV(B) | 333.65º | 0.71% | 0.81% | - |
| XYZ | 30.93 | 17.85 | 20.88 | - |
| YUV | 110.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 124 | 0 | 0.71 | 0.40 | 0.19 | 333.65 | 0.61 | 0.52 |
| Hex | CF | 3B | 7C | 0 | 47 | 28 | 13 | 14E | 3D | 34 |
| Octal | 317 | 73 | 174 | 0 | 107 | 50 | 23 | 516 | 75 | 64 |
| Binary | 11001111 | 111011 | 1111100 | 0 | 1000111 | 101000 | 10011 | 101001110 | 111101 | 110100 |
Color Harmonies of #CF3B7C
Complementary color
Monochromatic Colors of #CF3B7C
Black with #CF3B7C
Text Example
Text Example
White with #CF3B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B7C; }
p { color: rgb(207,59,124); }
H1.HeaderClassName
{
color: #CF3B7C;
}
.AnyTagClassName
{
color: #CF3B7C;
}
</style>
background-color css
<style>
a { background-color: #CF3B7C; }
a { background-color: rgb(207,59,124); }
div.DivClassName
{
background-color: #CF3B7C;
}
.BgClassName
{
background-color: #CF3B7C;
}
</style>
border-color css
<style>
span { border-color: #CF3B7C; }
span { border-color: rgb(207,59,124); }
td.TdClassName
{
border-color: #CF3B7C;
}
.TagClassName
{
border-color: #CF3B7C;
}
</style>