Shades of Deep Magenta #CF2BD8
Tints of Deep Magenta #CF2BD8
RGB
CMYK
RGB Variations
Color information
#CF2BD8 (or 0xCF2BD8) is known color: Deep Magenta. HEX triplet: CF, 2B and D8. RGB value is (207,43,216). Sum of RGB (Red+Green+Blue) = 207+43+216=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF2BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BD8 is #30D427. Grayscale: #6F6F6F. Windows color (decimal): -3200040 or 14166991. OLE color: 14166991.
HSL color Cylindrical-coordinate representation of color #CF2BD8: hue angle of 296.88º degrees, saturation: 0.69, 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 #CF2BD8 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 43 | 216 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.15 |
| HSL | 296.88º | 0.69% | 0.51% | - |
| HSV(B) | 296.88º | 0.8% | 0.85% | - |
| XYZ | 38.99 | 19.95 | 66.76 | - |
| YUV | 111.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 216 | 0.04 | 0.80 | 0 | 0.15 | 296.88 | 0.69 | 0.51 |
| Hex | CF | 2B | D8 | 4 | 50 | 0 | F | 129 | 45 | 33 |
| Octal | 317 | 53 | 330 | 4 | 120 | 0 | 17 | 451 | 105 | 63 |
| Binary | 11001111 | 101011 | 11011000 | 100 | 1010000 | 0 | 1111 | 100101001 | 1000101 | 110011 |
Color Harmonies of #CF2BD8
Complementary color
Monochromatic Colors of #CF2BD8
Black with #CF2BD8
Text Example
Text Example
White with #CF2BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BD8; }
p { color: rgb(207,43,216); }
H1.HeaderClassName
{
color: #CF2BD8;
}
.AnyTagClassName
{
color: #CF2BD8;
}
</style>
background-color css
<style>
a { background-color: #CF2BD8; }
a { background-color: rgb(207,43,216); }
div.DivClassName
{
background-color: #CF2BD8;
}
.BgClassName
{
background-color: #CF2BD8;
}
</style>
border-color css
<style>
span { border-color: #CF2BD8; }
span { border-color: rgb(207,43,216); }
td.TdClassName
{
border-color: #CF2BD8;
}
.TagClassName
{
border-color: #CF2BD8;
}
</style>