Shades of Deep Magenta #CF1FDB
Tints of Deep Magenta #CF1FDB
RGB
CMYK
RGB Variations
Color information
#CF1FDB (or 0xCF1FDB) is known color: Deep Magenta. HEX triplet: CF, 1F and DB. RGB value is (207,31,219). Sum of RGB (Red+Green+Blue) = 207+31+219=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FDB is #30E024. Grayscale: #686868. Windows color (decimal): -3203109 or 14360527. OLE color: 14360527.
HSL color Cylindrical-coordinate representation of color #CF1FDB: hue angle of 296.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1FDB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 31 | 219 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.14 |
| HSL | 296.17º | 0.75% | 0.49% | - |
| HSV(B) | 296.17º | 0.86% | 0.86% | - |
| XYZ | 39.01 | 19.36 | 68.7 | - |
| YUV | 105.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 219 | 0.05 | 0.86 | 0 | 0.14 | 296.17 | 0.75 | 0.49 |
| Hex | CF | 1F | DB | 5 | 56 | 0 | E | 128 | 4B | 31 |
| Octal | 317 | 37 | 333 | 5 | 126 | 0 | 16 | 450 | 113 | 61 |
| Binary | 11001111 | 11111 | 11011011 | 101 | 1010110 | 0 | 1110 | 100101000 | 1001011 | 110001 |
Color Harmonies of #CF1FDB
Complementary color
Monochromatic Colors of #CF1FDB
Black with #CF1FDB
Text Example
Text Example
White with #CF1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FDB; }
p { color: rgb(207,31,219); }
H1.HeaderClassName
{
color: #CF1FDB;
}
.AnyTagClassName
{
color: #CF1FDB;
}
</style>
background-color css
<style>
a { background-color: #CF1FDB; }
a { background-color: rgb(207,31,219); }
div.DivClassName
{
background-color: #CF1FDB;
}
.BgClassName
{
background-color: #CF1FDB;
}
</style>
border-color css
<style>
span { border-color: #CF1FDB; }
span { border-color: rgb(207,31,219); }
td.TdClassName
{
border-color: #CF1FDB;
}
.TagClassName
{
border-color: #CF1FDB;
}
</style>