Shades of Deep Cerise #CF2B8E
Tints of Deep Cerise #CF2B8E
RGB
CMYK
RGB Variations
Color information
#CF2B8E (or 0xCF2B8E) is known color: Deep Cerise. HEX triplet: CF, 2B and 8E. RGB value is (207,43,142). Sum of RGB (Red+Green+Blue) = 207+43+142=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B8E is #30D471. Grayscale: #676767. Windows color (decimal): -3200114 or 9317327. OLE color: 9317327.
HSL color Cylindrical-coordinate representation of color #CF2B8E: hue angle of 323.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B8E is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 142 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.19 |
| HSL | 323.78º | 0.66% | 0.49% | - |
| HSV(B) | 323.78º | 0.79% | 0.81% | - |
| XYZ | 31.48 | 16.95 | 27.2 | - |
| YUV | 103.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 142 | 0 | 0.79 | 0.31 | 0.19 | 323.78 | 0.66 | 0.49 |
| Hex | CF | 2B | 8E | 0 | 4F | 1F | 13 | 144 | 42 | 31 |
| Octal | 317 | 53 | 216 | 0 | 117 | 37 | 23 | 504 | 102 | 61 |
| Binary | 11001111 | 101011 | 10001110 | 0 | 1001111 | 11111 | 10011 | 101000100 | 1000010 | 110001 |
Color Harmonies of #CF2B8E
Complementary color
Monochromatic Colors of #CF2B8E
Black with #CF2B8E
Text Example
Text Example
White with #CF2B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B8E; }
p { color: rgb(207,43,142); }
H1.HeaderClassName
{
color: #CF2B8E;
}
.AnyTagClassName
{
color: #CF2B8E;
}
</style>
background-color css
<style>
a { background-color: #CF2B8E; }
a { background-color: rgb(207,43,142); }
div.DivClassName
{
background-color: #CF2B8E;
}
.BgClassName
{
background-color: #CF2B8E;
}
</style>
border-color css
<style>
span { border-color: #CF2B8E; }
span { border-color: rgb(207,43,142); }
td.TdClassName
{
border-color: #CF2B8E;
}
.TagClassName
{
border-color: #CF2B8E;
}
</style>