Shades of Deep Magenta #CF1DDB
Tints of Deep Magenta #CF1DDB
RGB
CMYK
RGB Variations
Color information
#CF1DDB (or 0xCF1DDB) is known color: Deep Magenta. HEX triplet: CF, 1D and DB. RGB value is (207,29,219). Sum of RGB (Red+Green+Blue) = 207+29+219=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DDB is #30E224. Grayscale: #676767. Windows color (decimal): -3203621 or 14360015. OLE color: 14360015.
HSL color Cylindrical-coordinate representation of color #CF1DDB: hue angle of 296.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1DDB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 29 | 219 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.14 |
| HSL | 296.21º | 0.77% | 0.49% | - |
| HSV(B) | 296.21º | 0.87% | 0.86% | - |
| XYZ | 38.96 | 19.26 | 68.68 | - |
| YUV | 103.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 219 | 0.05 | 0.87 | 0 | 0.14 | 296.21 | 0.77 | 0.49 |
| Hex | CF | 1D | DB | 5 | 57 | 0 | E | 128 | 4D | 31 |
| Octal | 317 | 35 | 333 | 5 | 127 | 0 | 16 | 450 | 115 | 61 |
| Binary | 11001111 | 11101 | 11011011 | 101 | 1010111 | 0 | 1110 | 100101000 | 1001101 | 110001 |
Color Harmonies of #CF1DDB
Complementary color
Monochromatic Colors of #CF1DDB
Black with #CF1DDB
Text Example
Text Example
White with #CF1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DDB; }
p { color: rgb(207,29,219); }
H1.HeaderClassName
{
color: #CF1DDB;
}
.AnyTagClassName
{
color: #CF1DDB;
}
</style>
background-color css
<style>
a { background-color: #CF1DDB; }
a { background-color: rgb(207,29,219); }
div.DivClassName
{
background-color: #CF1DDB;
}
.BgClassName
{
background-color: #CF1DDB;
}
</style>
border-color css
<style>
span { border-color: #CF1DDB; }
span { border-color: rgb(207,29,219); }
td.TdClassName
{
border-color: #CF1DDB;
}
.TagClassName
{
border-color: #CF1DDB;
}
</style>