Shades of Deep Cerise #CF257C
Tints of Deep Cerise #CF257C
RGB
CMYK
RGB Variations
Color information
#CF257C (or 0xCF257C) is known color: Deep Cerise. HEX triplet: CF, 25 and 7C. RGB value is (207,37,124). Sum of RGB (Red+Green+Blue) = 207+37+124=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF257C is #30DA83. Grayscale: #616161. Windows color (decimal): -3201668 or 8136143. OLE color: 8136143.
HSL color Cylindrical-coordinate representation of color #CF257C: hue angle of 329.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF257C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 124 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.19 |
| HSL | 329.29º | 0.7% | 0.48% | - |
| HSV(B) | 329.29º | 0.82% | 0.81% | - |
| XYZ | 30.03 | 16.04 | 20.58 | - |
| YUV | 97.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 124 | 0 | 0.82 | 0.40 | 0.19 | 329.29 | 0.7 | 0.48 |
| Hex | CF | 25 | 7C | 0 | 52 | 28 | 13 | 149 | 46 | 30 |
| Octal | 317 | 45 | 174 | 0 | 122 | 50 | 23 | 511 | 106 | 60 |
| Binary | 11001111 | 100101 | 1111100 | 0 | 1010010 | 101000 | 10011 | 101001001 | 1000110 | 110000 |
Color Harmonies of #CF257C
Complementary color
Monochromatic Colors of #CF257C
Black with #CF257C
Text Example
Text Example
White with #CF257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF257C; }
p { color: rgb(207,37,124); }
H1.HeaderClassName
{
color: #CF257C;
}
.AnyTagClassName
{
color: #CF257C;
}
</style>
background-color css
<style>
a { background-color: #CF257C; }
a { background-color: rgb(207,37,124); }
div.DivClassName
{
background-color: #CF257C;
}
.BgClassName
{
background-color: #CF257C;
}
</style>
border-color css
<style>
span { border-color: #CF257C; }
span { border-color: rgb(207,37,124); }
td.TdClassName
{
border-color: #CF257C;
}
.TagClassName
{
border-color: #CF257C;
}
</style>