Shades of Deep Magenta #CD1CDC
Tints of Deep Magenta #CD1CDC
RGB
CMYK
RGB Variations
Color information
#CD1CDC (or 0xCD1CDC) is known color: Deep Magenta. HEX triplet: CD, 1C and DC. RGB value is (205,28,220). Sum of RGB (Red+Green+Blue) = 205+28+220=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CDC is #32E323. Grayscale: #666666. Windows color (decimal): -3334948 or 14425293. OLE color: 14425293.
HSL color Cylindrical-coordinate representation of color #CD1CDC: hue angle of 295.31º 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 #CD1CDC is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 28 | 220 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.14 |
| HSL | 295.31º | 0.77% | 0.49% | - |
| HSV(B) | 295.31º | 0.87% | 0.86% | - |
| XYZ | 38.51 | 18.98 | 69.34 | - |
| YUV | 102.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 220 | 0.07 | 0.87 | 0 | 0.14 | 295.31 | 0.77 | 0.49 |
| Hex | CD | 1C | DC | 7 | 57 | 0 | E | 127 | 4D | 31 |
| Octal | 315 | 34 | 334 | 7 | 127 | 0 | 16 | 447 | 115 | 61 |
| Binary | 11001101 | 11100 | 11011100 | 111 | 1010111 | 0 | 1110 | 100100111 | 1001101 | 110001 |
Color Harmonies of #CD1CDC
Complementary color
Monochromatic Colors of #CD1CDC
Black with #CD1CDC
Text Example
Text Example
White with #CD1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1CDC; }
p { color: rgb(205,28,220); }
H1.HeaderClassName
{
color: #CD1CDC;
}
.AnyTagClassName
{
color: #CD1CDC;
}
</style>
background-color css
<style>
a { background-color: #CD1CDC; }
a { background-color: rgb(205,28,220); }
div.DivClassName
{
background-color: #CD1CDC;
}
.BgClassName
{
background-color: #CD1CDC;
}
</style>
border-color css
<style>
span { border-color: #CD1CDC; }
span { border-color: rgb(205,28,220); }
td.TdClassName
{
border-color: #CD1CDC;
}
.TagClassName
{
border-color: #CD1CDC;
}
</style>