Shades of Deep Magenta #C61DDE
Tints of Deep Magenta #C61DDE
RGB
CMYK
RGB Variations
Color information
#C61DDE (or 0xC61DDE) is known color: Deep Magenta. HEX triplet: C6, 1D and DE. RGB value is (198,29,222). Sum of RGB (Red+Green+Blue) = 198+29+222=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #C61DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DDE is #39E221. Grayscale: #646464. Windows color (decimal): -3793442 or 14556614. OLE color: 14556614.
HSL color Cylindrical-coordinate representation of color #C61DDE: hue angle of 292.54º 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 #C61DDE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 29 | 222 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.13 |
| HSL | 292.54º | 0.77% | 0.49% | - |
| HSV(B) | 292.54º | 0.87% | 0.87% | - |
| XYZ | 36.91 | 18.16 | 70.67 | - |
| YUV | 101.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 222 | 0.11 | 0.87 | 0 | 0.13 | 292.54 | 0.77 | 0.49 |
| Hex | C6 | 1D | DE | B | 57 | 0 | D | 125 | 4D | 31 |
| Octal | 306 | 35 | 336 | 13 | 127 | 0 | 15 | 445 | 115 | 61 |
| Binary | 11000110 | 11101 | 11011110 | 1011 | 1010111 | 0 | 1101 | 100100101 | 1001101 | 110001 |
Color Harmonies of #C61DDE
Complementary color
Monochromatic Colors of #C61DDE
Black with #C61DDE
Text Example
Text Example
White with #C61DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DDE; }
p { color: rgb(198,29,222); }
H1.HeaderClassName
{
color: #C61DDE;
}
.AnyTagClassName
{
color: #C61DDE;
}
</style>
background-color css
<style>
a { background-color: #C61DDE; }
a { background-color: rgb(198,29,222); }
div.DivClassName
{
background-color: #C61DDE;
}
.BgClassName
{
background-color: #C61DDE;
}
</style>
border-color css
<style>
span { border-color: #C61DDE; }
span { border-color: rgb(198,29,222); }
td.TdClassName
{
border-color: #C61DDE;
}
.TagClassName
{
border-color: #C61DDE;
}
</style>