Shades of Deep Cerise #CF2D8C
Tints of Deep Cerise #CF2D8C
RGB
CMYK
RGB Variations
Color information
#CF2D8C (or 0xCF2D8C) is known color: Deep Cerise. HEX triplet: CF, 2D and 8C. RGB value is (207,45,140). Sum of RGB (Red+Green+Blue) = 207+45+140=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D8C is #30D273. Grayscale: #686868. Windows color (decimal): -3199604 or 9186767. OLE color: 9186767.
HSL color Cylindrical-coordinate representation of color #CF2D8C: hue angle of 324.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D8C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 140 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.19 |
| HSL | 324.81º | 0.64% | 0.49% | - |
| HSV(B) | 324.81º | 0.78% | 0.81% | - |
| XYZ | 31.4 | 17.04 | 26.44 | - |
| YUV | 104.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 140 | 0 | 0.78 | 0.32 | 0.19 | 324.81 | 0.64 | 0.49 |
| Hex | CF | 2D | 8C | 0 | 4E | 20 | 13 | 145 | 40 | 31 |
| Octal | 317 | 55 | 214 | 0 | 116 | 40 | 23 | 505 | 100 | 61 |
| Binary | 11001111 | 101101 | 10001100 | 0 | 1001110 | 100000 | 10011 | 101000101 | 1000000 | 110001 |
Color Harmonies of #CF2D8C
Complementary color
Monochromatic Colors of #CF2D8C
Black with #CF2D8C
Text Example
Text Example
White with #CF2D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D8C; }
p { color: rgb(207,45,140); }
H1.HeaderClassName
{
color: #CF2D8C;
}
.AnyTagClassName
{
color: #CF2D8C;
}
</style>
background-color css
<style>
a { background-color: #CF2D8C; }
a { background-color: rgb(207,45,140); }
div.DivClassName
{
background-color: #CF2D8C;
}
.BgClassName
{
background-color: #CF2D8C;
}
</style>
border-color css
<style>
span { border-color: #CF2D8C; }
span { border-color: rgb(207,45,140); }
td.TdClassName
{
border-color: #CF2D8C;
}
.TagClassName
{
border-color: #CF2D8C;
}
</style>