Shades of Deep Magenta #CF1DBE
Tints of Deep Magenta #CF1DBE
RGB
CMYK
RGB Variations
Color information
#CF1DBE (or 0xCF1DBE) is known color: Deep Magenta. HEX triplet: CF, 1D and BE. RGB value is (207,29,190). Sum of RGB (Red+Green+Blue) = 207+29+190=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DBE is #30E241. Grayscale: #646464. Windows color (decimal): -3203650 or 12459471. OLE color: 12459471.
HSL color Cylindrical-coordinate representation of color #CF1DBE: hue angle of 305.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1DBE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 190 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.19 |
| HSL | 305.73º | 0.75% | 0.46% | - |
| HSV(B) | 305.73º | 0.86% | 0.81% | - |
| XYZ | 35.47 | 17.86 | 50.29 | - |
| YUV | 100.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 190 | 0 | 0.86 | 0.08 | 0.19 | 305.73 | 0.75 | 0.46 |
| Hex | CF | 1D | BE | 0 | 56 | 8 | 13 | 132 | 4B | 2E |
| Octal | 317 | 35 | 276 | 0 | 126 | 10 | 23 | 462 | 113 | 56 |
| Binary | 11001111 | 11101 | 10111110 | 0 | 1010110 | 1000 | 10011 | 100110010 | 1001011 | 101110 |
Color Harmonies of #CF1DBE
Complementary color
Monochromatic Colors of #CF1DBE
Black with #CF1DBE
Text Example
Text Example
White with #CF1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DBE; }
p { color: rgb(207,29,190); }
H1.HeaderClassName
{
color: #CF1DBE;
}
.AnyTagClassName
{
color: #CF1DBE;
}
</style>
background-color css
<style>
a { background-color: #CF1DBE; }
a { background-color: rgb(207,29,190); }
div.DivClassName
{
background-color: #CF1DBE;
}
.BgClassName
{
background-color: #CF1DBE;
}
</style>
border-color css
<style>
span { border-color: #CF1DBE; }
span { border-color: rgb(207,29,190); }
td.TdClassName
{
border-color: #CF1DBE;
}
.TagClassName
{
border-color: #CF1DBE;
}
</style>