Shades of Deep Magenta #C81DDD
Tints of Deep Magenta #C81DDD
RGB
CMYK
RGB Variations
Color information
#C81DDD (or 0xC81DDD) is known color: Deep Magenta. HEX triplet: C8, 1D and DD. RGB value is (200,29,221). Sum of RGB (Red+Green+Blue) = 200+29+221=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #C81DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DDD is #37E222. Grayscale: #656565. Windows color (decimal): -3662371 or 14491080. OLE color: 14491080.
HSL color Cylindrical-coordinate representation of color #C81DDD: hue angle of 293.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81DDD is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 29 | 221 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.13 |
| HSL | 293.44º | 0.77% | 0.49% | - |
| HSV(B) | 293.44º | 0.87% | 0.87% | - |
| XYZ | 37.31 | 18.38 | 69.99 | - |
| YUV | 102.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 221 | 0.10 | 0.87 | 0 | 0.13 | 293.44 | 0.77 | 0.49 |
| Hex | C8 | 1D | DD | A | 57 | 0 | D | 125 | 4D | 31 |
| Octal | 310 | 35 | 335 | 12 | 127 | 0 | 15 | 445 | 115 | 61 |
| Binary | 11001000 | 11101 | 11011101 | 1010 | 1010111 | 0 | 1101 | 100100101 | 1001101 | 110001 |
Color Harmonies of #C81DDD
Complementary color
Monochromatic Colors of #C81DDD
Black with #C81DDD
Text Example
Text Example
White with #C81DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DDD; }
p { color: rgb(200,29,221); }
H1.HeaderClassName
{
color: #C81DDD;
}
.AnyTagClassName
{
color: #C81DDD;
}
</style>
background-color css
<style>
a { background-color: #C81DDD; }
a { background-color: rgb(200,29,221); }
div.DivClassName
{
background-color: #C81DDD;
}
.BgClassName
{
background-color: #C81DDD;
}
</style>
border-color css
<style>
span { border-color: #C81DDD; }
span { border-color: rgb(200,29,221); }
td.TdClassName
{
border-color: #C81DDD;
}
.TagClassName
{
border-color: #C81DDD;
}
</style>