Shades of Deep Magenta #CF2BDC
Tints of Deep Magenta #CF2BDC
RGB
CMYK
RGB Variations
Color information
#CF2BDC (or 0xCF2BDC) is known color: Deep Magenta. HEX triplet: CF, 2B and DC. RGB value is (207,43,220). Sum of RGB (Red+Green+Blue) = 207+43+220=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BDC is #30D423. Grayscale: #6F6F6F. Windows color (decimal): -3200036 or 14429135. OLE color: 14429135.
HSL color Cylindrical-coordinate representation of color #CF2BDC: hue angle of 295.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2BDC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 43 | 220 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.14 |
| HSL | 295.59º | 0.72% | 0.52% | - |
| HSV(B) | 295.59º | 0.8% | 0.86% | - |
| XYZ | 39.51 | 20.16 | 69.52 | - |
| YUV | 112.21 | 188.83 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 220 | 0.06 | 0.80 | 0 | 0.14 | 295.59 | 0.72 | 0.52 |
| Hex | CF | 2B | DC | 6 | 50 | 0 | E | 128 | 48 | 34 |
| Octal | 317 | 53 | 334 | 6 | 120 | 0 | 16 | 450 | 110 | 64 |
| Binary | 11001111 | 101011 | 11011100 | 110 | 1010000 | 0 | 1110 | 100101000 | 1001000 | 110100 |
Color Harmonies of #CF2BDC
Complementary color
Monochromatic Colors of #CF2BDC
Black with #CF2BDC
Text Example
Text Example
White with #CF2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BDC; }
p { color: rgb(207,43,220); }
H1.HeaderClassName
{
color: #CF2BDC;
}
.AnyTagClassName
{
color: #CF2BDC;
}
</style>
background-color css
<style>
a { background-color: #CF2BDC; }
a { background-color: rgb(207,43,220); }
div.DivClassName
{
background-color: #CF2BDC;
}
.BgClassName
{
background-color: #CF2BDC;
}
</style>
border-color css
<style>
span { border-color: #CF2BDC; }
span { border-color: rgb(207,43,220); }
td.TdClassName
{
border-color: #CF2BDC;
}
.TagClassName
{
border-color: #CF2BDC;
}
</style>