Shades of Deep Magenta #CF1DBD
Tints of Deep Magenta #CF1DBD
RGB
CMYK
RGB Variations
Color information
#CF1DBD (or 0xCF1DBD) is known color: Deep Magenta. HEX triplet: CF, 1D and BD. RGB value is (207,29,189). Sum of RGB (Red+Green+Blue) = 207+29+189=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DBD is #30E242. Grayscale: #646464. Windows color (decimal): -3203651 or 12393935. OLE color: 12393935.
HSL color Cylindrical-coordinate representation of color #CF1DBD: hue angle of 306.07º 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 #CF1DBD is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 189 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.19 |
| HSL | 306.07º | 0.75% | 0.46% | - |
| HSV(B) | 306.07º | 0.86% | 0.81% | - |
| XYZ | 35.36 | 17.82 | 49.72 | - |
| YUV | 100.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 189 | 0 | 0.86 | 0.09 | 0.19 | 306.07 | 0.75 | 0.46 |
| Hex | CF | 1D | BD | 0 | 56 | 9 | 13 | 132 | 4B | 2E |
| Octal | 317 | 35 | 275 | 0 | 126 | 11 | 23 | 462 | 113 | 56 |
| Binary | 11001111 | 11101 | 10111101 | 0 | 1010110 | 1001 | 10011 | 100110010 | 1001011 | 101110 |
Color Harmonies of #CF1DBD
Complementary color
Monochromatic Colors of #CF1DBD
Black with #CF1DBD
Text Example
Text Example
White with #CF1DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DBD; }
p { color: rgb(207,29,189); }
H1.HeaderClassName
{
color: #CF1DBD;
}
.AnyTagClassName
{
color: #CF1DBD;
}
</style>
background-color css
<style>
a { background-color: #CF1DBD; }
a { background-color: rgb(207,29,189); }
div.DivClassName
{
background-color: #CF1DBD;
}
.BgClassName
{
background-color: #CF1DBD;
}
</style>
border-color css
<style>
span { border-color: #CF1DBD; }
span { border-color: rgb(207,29,189); }
td.TdClassName
{
border-color: #CF1DBD;
}
.TagClassName
{
border-color: #CF1DBD;
}
</style>