Shades of Deep Magenta #CF2BD9
Tints of Deep Magenta #CF2BD9
RGB
CMYK
RGB Variations
Color information
#CF2BD9 (or 0xCF2BD9) is known color: Deep Magenta. HEX triplet: CF, 2B and D9. RGB value is (207,43,217). Sum of RGB (Red+Green+Blue) = 207+43+217=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF2BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BD9 is #30D426. Grayscale: #6F6F6F. Windows color (decimal): -3200039 or 14232527. OLE color: 14232527.
HSL color Cylindrical-coordinate representation of color #CF2BD9: hue angle of 296.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2BD9 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 43 | 217 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.15 |
| HSL | 296.55º | 0.7% | 0.51% | - |
| HSV(B) | 296.55º | 0.8% | 0.85% | - |
| XYZ | 39.12 | 20 | 67.44 | - |
| YUV | 111.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 217 | 0.05 | 0.80 | 0 | 0.15 | 296.55 | 0.7 | 0.51 |
| Hex | CF | 2B | D9 | 5 | 50 | 0 | F | 129 | 46 | 33 |
| Octal | 317 | 53 | 331 | 5 | 120 | 0 | 17 | 451 | 106 | 63 |
| Binary | 11001111 | 101011 | 11011001 | 101 | 1010000 | 0 | 1111 | 100101001 | 1000110 | 110011 |
Color Harmonies of #CF2BD9
Complementary color
Monochromatic Colors of #CF2BD9
Black with #CF2BD9
Text Example
Text Example
White with #CF2BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BD9; }
p { color: rgb(207,43,217); }
H1.HeaderClassName
{
color: #CF2BD9;
}
.AnyTagClassName
{
color: #CF2BD9;
}
</style>
background-color css
<style>
a { background-color: #CF2BD9; }
a { background-color: rgb(207,43,217); }
div.DivClassName
{
background-color: #CF2BD9;
}
.BgClassName
{
background-color: #CF2BD9;
}
</style>
border-color css
<style>
span { border-color: #CF2BD9; }
span { border-color: rgb(207,43,217); }
td.TdClassName
{
border-color: #CF2BD9;
}
.TagClassName
{
border-color: #CF2BD9;
}
</style>