Shades of Deep Magenta #CD1FDB
Tints of Deep Magenta #CD1FDB
RGB
CMYK
RGB Variations
Color information
#CD1FDB (or 0xCD1FDB) is known color: Deep Magenta. HEX triplet: CD, 1F and DB. RGB value is (205,31,219). Sum of RGB (Red+Green+Blue) = 205+31+219=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 31 (12.5% from 255 or 6.81% 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 #CD1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1FDB is #32E024. Grayscale: #676767. Windows color (decimal): -3334181 or 14360525. OLE color: 14360525.
HSL color Cylindrical-coordinate representation of color #CD1FDB: hue angle of 295.53º 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 #CD1FDB is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 31 | 219 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.14 |
| HSL | 295.53º | 0.75% | 0.49% | - |
| HSV(B) | 295.53º | 0.86% | 0.86% | - |
| XYZ | 38.45 | 19.07 | 68.67 | - |
| YUV | 104.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 219 | 0.06 | 0.86 | 0 | 0.14 | 295.53 | 0.75 | 0.49 |
| Hex | CD | 1F | DB | 6 | 56 | 0 | E | 128 | 4B | 31 |
| Octal | 315 | 37 | 333 | 6 | 126 | 0 | 16 | 450 | 113 | 61 |
| Binary | 11001101 | 11111 | 11011011 | 110 | 1010110 | 0 | 1110 | 100101000 | 1001011 | 110001 |
Color Harmonies of #CD1FDB
Complementary color
Monochromatic Colors of #CD1FDB
Black with #CD1FDB
Text Example
Text Example
White with #CD1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1FDB; }
p { color: rgb(205,31,219); }
H1.HeaderClassName
{
color: #CD1FDB;
}
.AnyTagClassName
{
color: #CD1FDB;
}
</style>
background-color css
<style>
a { background-color: #CD1FDB; }
a { background-color: rgb(205,31,219); }
div.DivClassName
{
background-color: #CD1FDB;
}
.BgClassName
{
background-color: #CD1FDB;
}
</style>
border-color css
<style>
span { border-color: #CD1FDB; }
span { border-color: rgb(205,31,219); }
td.TdClassName
{
border-color: #CD1FDB;
}
.TagClassName
{
border-color: #CD1FDB;
}
</style>