Shades of Deep Cerise #CF247C
Tints of Deep Cerise #CF247C
RGB
CMYK
RGB Variations
Color information
#CF247C (or 0xCF247C) is known color: Deep Cerise. HEX triplet: CF, 24 and 7C. RGB value is (207,36,124). Sum of RGB (Red+Green+Blue) = 207+36+124=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF247C is #30DB83. Grayscale: #606060. Windows color (decimal): -3201924 or 8135887. OLE color: 8135887.
HSL color Cylindrical-coordinate representation of color #CF247C: hue angle of 329.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF247C is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 124 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.19 |
| HSL | 329.12º | 0.7% | 0.48% | - |
| HSV(B) | 329.12º | 0.83% | 0.81% | - |
| XYZ | 30 | 15.98 | 20.57 | - |
| YUV | 97.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 124 | 0 | 0.83 | 0.40 | 0.19 | 329.12 | 0.7 | 0.48 |
| Hex | CF | 24 | 7C | 0 | 53 | 28 | 13 | 149 | 46 | 30 |
| Octal | 317 | 44 | 174 | 0 | 123 | 50 | 23 | 511 | 106 | 60 |
| Binary | 11001111 | 100100 | 1111100 | 0 | 1010011 | 101000 | 10011 | 101001001 | 1000110 | 110000 |
Color Harmonies of #CF247C
Complementary color
Monochromatic Colors of #CF247C
Black with #CF247C
Text Example
Text Example
White with #CF247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF247C; }
p { color: rgb(207,36,124); }
H1.HeaderClassName
{
color: #CF247C;
}
.AnyTagClassName
{
color: #CF247C;
}
</style>
background-color css
<style>
a { background-color: #CF247C; }
a { background-color: rgb(207,36,124); }
div.DivClassName
{
background-color: #CF247C;
}
.BgClassName
{
background-color: #CF247C;
}
</style>
border-color css
<style>
span { border-color: #CF247C; }
span { border-color: rgb(207,36,124); }
td.TdClassName
{
border-color: #CF247C;
}
.TagClassName
{
border-color: #CF247C;
}
</style>