Shades of Deep Magenta #C11ADF
Tints of Deep Magenta #C11ADF
RGB
CMYK
RGB Variations
Color information
#C11ADF (or 0xC11ADF) is known color: Deep Magenta. HEX triplet: C1, 1A and DF. RGB value is (193,26,223). Sum of RGB (Red+Green+Blue) = 193+26+223=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #C11ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ADF is #3EE520. Grayscale: #616161. Windows color (decimal): -4121889 or 14621377. OLE color: 14621377.
HSL color Cylindrical-coordinate representation of color #C11ADF: hue angle of 290.86º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11ADF is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 26 | 223 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.13 |
| HSL | 290.86º | 0.79% | 0.49% | - |
| HSV(B) | 290.86º | 0.88% | 0.87% | - |
| XYZ | 35.68 | 17.4 | 71.29 | - |
| YUV | 98.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 223 | 0.13 | 0.88 | 0 | 0.13 | 290.86 | 0.79 | 0.49 |
| Hex | C1 | 1A | DF | D | 58 | 0 | D | 123 | 4F | 31 |
| Octal | 301 | 32 | 337 | 15 | 130 | 0 | 15 | 443 | 117 | 61 |
| Binary | 11000001 | 11010 | 11011111 | 1101 | 1011000 | 0 | 1101 | 100100011 | 1001111 | 110001 |
Color Harmonies of #C11ADF
Complementary color
Monochromatic Colors of #C11ADF
Black with #C11ADF
Text Example
Text Example
White with #C11ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ADF; }
p { color: rgb(193,26,223); }
H1.HeaderClassName
{
color: #C11ADF;
}
.AnyTagClassName
{
color: #C11ADF;
}
</style>
background-color css
<style>
a { background-color: #C11ADF; }
a { background-color: rgb(193,26,223); }
div.DivClassName
{
background-color: #C11ADF;
}
.BgClassName
{
background-color: #C11ADF;
}
</style>
border-color css
<style>
span { border-color: #C11ADF; }
span { border-color: rgb(193,26,223); }
td.TdClassName
{
border-color: #C11ADF;
}
.TagClassName
{
border-color: #C11ADF;
}
</style>