Shades of Deep Magenta #C11FC4
Tints of Deep Magenta #C11FC4
RGB
CMYK
RGB Variations
Color information
#C11FC4 (or 0xC11FC4) is known color: Deep Magenta. HEX triplet: C1, 1F and C4. RGB value is (193,31,196). Sum of RGB (Red+Green+Blue) = 193+31+196=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #C11FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FC4 is #3EE03B. Grayscale: #616161. Windows color (decimal): -4120636 or 12853185. OLE color: 12853185.
HSL color Cylindrical-coordinate representation of color #C11FC4: hue angle of 298.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11FC4 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 31 | 196 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.23 |
| HSL | 298.91º | 0.73% | 0.45% | - |
| HSV(B) | 298.91º | 0.84% | 0.77% | - |
| XYZ | 32.45 | 16.3 | 53.66 | - |
| YUV | 98.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 196 | 0.02 | 0.84 | 0 | 0.23 | 298.91 | 0.73 | 0.45 |
| Hex | C1 | 1F | C4 | 2 | 54 | 0 | 17 | 12B | 49 | 2D |
| Octal | 301 | 37 | 304 | 2 | 124 | 0 | 27 | 453 | 111 | 55 |
| Binary | 11000001 | 11111 | 11000100 | 10 | 1010100 | 0 | 10111 | 100101011 | 1001001 | 101101 |
Color Harmonies of #C11FC4
Complementary color
Monochromatic Colors of #C11FC4
Black with #C11FC4
Text Example
Text Example
White with #C11FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FC4; }
p { color: rgb(193,31,196); }
H1.HeaderClassName
{
color: #C11FC4;
}
.AnyTagClassName
{
color: #C11FC4;
}
</style>
background-color css
<style>
a { background-color: #C11FC4; }
a { background-color: rgb(193,31,196); }
div.DivClassName
{
background-color: #C11FC4;
}
.BgClassName
{
background-color: #C11FC4;
}
</style>
border-color css
<style>
span { border-color: #C11FC4; }
span { border-color: rgb(193,31,196); }
td.TdClassName
{
border-color: #C11FC4;
}
.TagClassName
{
border-color: #C11FC4;
}
</style>