Shades of Deep Cerise #CF2B8B
Tints of Deep Cerise #CF2B8B
RGB
CMYK
RGB Variations
Color information
#CF2B8B (or 0xCF2B8B) is known color: Deep Cerise. HEX triplet: CF, 2B and 8B. RGB value is (207,43,139). Sum of RGB (Red+Green+Blue) = 207+43+139=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B8B is #30D474. Grayscale: #666666. Windows color (decimal): -3200117 or 9120719. OLE color: 9120719.
HSL color Cylindrical-coordinate representation of color #CF2B8B: hue angle of 324.88º 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 #CF2B8B is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 139 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.19 |
| HSL | 324.88º | 0.66% | 0.49% | - |
| HSV(B) | 324.88º | 0.79% | 0.81% | - |
| XYZ | 31.26 | 16.86 | 26.03 | - |
| YUV | 102.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 139 | 0 | 0.79 | 0.33 | 0.19 | 324.88 | 0.66 | 0.49 |
| Hex | CF | 2B | 8B | 0 | 4F | 21 | 13 | 145 | 42 | 31 |
| Octal | 317 | 53 | 213 | 0 | 117 | 41 | 23 | 505 | 102 | 61 |
| Binary | 11001111 | 101011 | 10001011 | 0 | 1001111 | 100001 | 10011 | 101000101 | 1000010 | 110001 |
Color Harmonies of #CF2B8B
Complementary color
Monochromatic Colors of #CF2B8B
Black with #CF2B8B
Text Example
Text Example
White with #CF2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B8B; }
p { color: rgb(207,43,139); }
H1.HeaderClassName
{
color: #CF2B8B;
}
.AnyTagClassName
{
color: #CF2B8B;
}
</style>
background-color css
<style>
a { background-color: #CF2B8B; }
a { background-color: rgb(207,43,139); }
div.DivClassName
{
background-color: #CF2B8B;
}
.BgClassName
{
background-color: #CF2B8B;
}
</style>
border-color css
<style>
span { border-color: #CF2B8B; }
span { border-color: rgb(207,43,139); }
td.TdClassName
{
border-color: #CF2B8B;
}
.TagClassName
{
border-color: #CF2B8B;
}
</style>