Shades of Deep Magenta #C11FDA
Tints of Deep Magenta #C11FDA
RGB
CMYK
RGB Variations
Color information
#C11FDA (or 0xC11FDA) is known color: Deep Magenta. HEX triplet: C1, 1F and DA. RGB value is (193,31,218). Sum of RGB (Red+Green+Blue) = 193+31+218=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #C11FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FDA is #3EE025. Grayscale: #646464. Windows color (decimal): -4120614 or 14294977. OLE color: 14294977.
HSL color Cylindrical-coordinate representation of color #C11FDA: hue angle of 291.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11FDA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 31 | 218 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.15 |
| HSL | 291.98º | 0.75% | 0.49% | - |
| HSV(B) | 291.98º | 0.86% | 0.85% | - |
| XYZ | 35.14 | 17.38 | 67.83 | - |
| YUV | 100.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 218 | 0.11 | 0.86 | 0 | 0.15 | 291.98 | 0.75 | 0.49 |
| Hex | C1 | 1F | DA | B | 56 | 0 | F | 124 | 4B | 31 |
| Octal | 301 | 37 | 332 | 13 | 126 | 0 | 17 | 444 | 113 | 61 |
| Binary | 11000001 | 11111 | 11011010 | 1011 | 1010110 | 0 | 1111 | 100100100 | 1001011 | 110001 |
Color Harmonies of #C11FDA
Complementary color
Monochromatic Colors of #C11FDA
Black with #C11FDA
Text Example
Text Example
White with #C11FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FDA; }
p { color: rgb(193,31,218); }
H1.HeaderClassName
{
color: #C11FDA;
}
.AnyTagClassName
{
color: #C11FDA;
}
</style>
background-color css
<style>
a { background-color: #C11FDA; }
a { background-color: rgb(193,31,218); }
div.DivClassName
{
background-color: #C11FDA;
}
.BgClassName
{
background-color: #C11FDA;
}
</style>
border-color css
<style>
span { border-color: #C11FDA; }
span { border-color: rgb(193,31,218); }
td.TdClassName
{
border-color: #C11FDA;
}
.TagClassName
{
border-color: #C11FDA;
}
</style>