Shades of Deep Cerise #CF2B9A
Tints of Deep Cerise #CF2B9A
RGB
CMYK
RGB Variations
Color information
#CF2B9A (or 0xCF2B9A) is known color: Deep Cerise. HEX triplet: CF, 2B and 9A. RGB value is (207,43,154). Sum of RGB (Red+Green+Blue) = 207+43+154=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B9A is #30D465. Grayscale: #686868. Windows color (decimal): -3200102 or 10103759. OLE color: 10103759.
HSL color Cylindrical-coordinate representation of color #CF2B9A: hue angle of 319.39º 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 #CF2B9A is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 154 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.19 |
| HSL | 319.39º | 0.66% | 0.49% | - |
| HSV(B) | 319.39º | 0.79% | 0.81% | - |
| XYZ | 32.43 | 17.33 | 32.21 | - |
| YUV | 104.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 154 | 0 | 0.79 | 0.26 | 0.19 | 319.39 | 0.66 | 0.49 |
| Hex | CF | 2B | 9A | 0 | 4F | 1A | 13 | 13F | 42 | 31 |
| Octal | 317 | 53 | 232 | 0 | 117 | 32 | 23 | 477 | 102 | 61 |
| Binary | 11001111 | 101011 | 10011010 | 0 | 1001111 | 11010 | 10011 | 100111111 | 1000010 | 110001 |
Color Harmonies of #CF2B9A
Complementary color
Monochromatic Colors of #CF2B9A
Black with #CF2B9A
Text Example
Text Example
White with #CF2B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B9A; }
p { color: rgb(207,43,154); }
H1.HeaderClassName
{
color: #CF2B9A;
}
.AnyTagClassName
{
color: #CF2B9A;
}
</style>
background-color css
<style>
a { background-color: #CF2B9A; }
a { background-color: rgb(207,43,154); }
div.DivClassName
{
background-color: #CF2B9A;
}
.BgClassName
{
background-color: #CF2B9A;
}
</style>
border-color css
<style>
span { border-color: #CF2B9A; }
span { border-color: rgb(207,43,154); }
td.TdClassName
{
border-color: #CF2B9A;
}
.TagClassName
{
border-color: #CF2B9A;
}
</style>