Shades of Deep Magenta #CD1DB4
Tints of Deep Magenta #CD1DB4
RGB
CMYK
RGB Variations
Color information
#CD1DB4 (or 0xCD1DB4) is known color: Deep Magenta. HEX triplet: CD, 1D and B4. RGB value is (205,29,180). Sum of RGB (Red+Green+Blue) = 205+29+180=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1DB4 is #32E24B. Grayscale: #626262. Windows color (decimal): -3334732 or 11804109. OLE color: 11804109.
HSL color Cylindrical-coordinate representation of color #CD1DB4: hue angle of 308.52º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1DB4 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 180 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.20 |
| HSL | 308.52º | 0.75% | 0.46% | - |
| HSV(B) | 308.52º | 0.86% | 0.8% | - |
| XYZ | 33.85 | 17.15 | 44.71 | - |
| YUV | 98.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 180 | 0 | 0.86 | 0.12 | 0.20 | 308.52 | 0.75 | 0.46 |
| Hex | CD | 1D | B4 | 0 | 56 | C | 14 | 135 | 4B | 2E |
| Octal | 315 | 35 | 264 | 0 | 126 | 14 | 24 | 465 | 113 | 56 |
| Binary | 11001101 | 11101 | 10110100 | 0 | 1010110 | 1100 | 10100 | 100110101 | 1001011 | 101110 |
Color Harmonies of #CD1DB4
Complementary color
Monochromatic Colors of #CD1DB4
Black with #CD1DB4
Text Example
Text Example
White with #CD1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1DB4; }
p { color: rgb(205,29,180); }
H1.HeaderClassName
{
color: #CD1DB4;
}
.AnyTagClassName
{
color: #CD1DB4;
}
</style>
background-color css
<style>
a { background-color: #CD1DB4; }
a { background-color: rgb(205,29,180); }
div.DivClassName
{
background-color: #CD1DB4;
}
.BgClassName
{
background-color: #CD1DB4;
}
</style>
border-color css
<style>
span { border-color: #CD1DB4; }
span { border-color: rgb(205,29,180); }
td.TdClassName
{
border-color: #CD1DB4;
}
.TagClassName
{
border-color: #CD1DB4;
}
</style>