Shades of Deep Cerise #CF247E
Tints of Deep Cerise #CF247E
RGB
CMYK
RGB Variations
Color information
#CF247E (or 0xCF247E) is known color: Deep Cerise. HEX triplet: CF, 24 and 7E. RGB value is (207,36,126). Sum of RGB (Red+Green+Blue) = 207+36+126=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF247E is #30DB81. Grayscale: #616161. Windows color (decimal): -3201922 or 8266959. OLE color: 8266959.
HSL color Cylindrical-coordinate representation of color #CF247E: hue angle of 328.42º 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 #CF247E is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 126 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.19 |
| HSL | 328.42º | 0.7% | 0.48% | - |
| HSV(B) | 328.42º | 0.83% | 0.81% | - |
| XYZ | 30.13 | 16.03 | 21.25 | - |
| YUV | 97.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 126 | 0 | 0.83 | 0.39 | 0.19 | 328.42 | 0.7 | 0.48 |
| Hex | CF | 24 | 7E | 0 | 53 | 27 | 13 | 148 | 46 | 30 |
| Octal | 317 | 44 | 176 | 0 | 123 | 47 | 23 | 510 | 106 | 60 |
| Binary | 11001111 | 100100 | 1111110 | 0 | 1010011 | 100111 | 10011 | 101001000 | 1000110 | 110000 |
Color Harmonies of #CF247E
Complementary color
Monochromatic Colors of #CF247E
Black with #CF247E
Text Example
Text Example
White with #CF247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF247E; }
p { color: rgb(207,36,126); }
H1.HeaderClassName
{
color: #CF247E;
}
.AnyTagClassName
{
color: #CF247E;
}
</style>
background-color css
<style>
a { background-color: #CF247E; }
a { background-color: rgb(207,36,126); }
div.DivClassName
{
background-color: #CF247E;
}
.BgClassName
{
background-color: #CF247E;
}
</style>
border-color css
<style>
span { border-color: #CF247E; }
span { border-color: rgb(207,36,126); }
td.TdClassName
{
border-color: #CF247E;
}
.TagClassName
{
border-color: #CF247E;
}
</style>