Shades of Deep Magenta #C11BD2
Tints of Deep Magenta #C11BD2
RGB
CMYK
RGB Variations
Color information
#C11BD2 (or 0xC11BD2) is known color: Deep Magenta. HEX triplet: C1, 1B and D2. RGB value is (193,27,210). Sum of RGB (Red+Green+Blue) = 193+27+210=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #C11BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BD2 is #3EE42D. Grayscale: #606060. Windows color (decimal): -4121646 or 13769665. OLE color: 13769665.
HSL color Cylindrical-coordinate representation of color #C11BD2: hue angle of 294.43º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11BD2 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 27 | 210 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.18 |
| HSL | 294.43º | 0.77% | 0.46% | - |
| HSV(B) | 294.43º | 0.87% | 0.82% | - |
| XYZ | 34.02 | 16.77 | 62.42 | - |
| YUV | 97.5 | 191.5 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 210 | 0.08 | 0.87 | 0 | 0.18 | 294.43 | 0.77 | 0.46 |
| Hex | C1 | 1B | D2 | 8 | 57 | 0 | 12 | 126 | 4D | 2E |
| Octal | 301 | 33 | 322 | 10 | 127 | 0 | 22 | 446 | 115 | 56 |
| Binary | 11000001 | 11011 | 11010010 | 1000 | 1010111 | 0 | 10010 | 100100110 | 1001101 | 101110 |
Color Harmonies of #C11BD2
Complementary color
Monochromatic Colors of #C11BD2
Black with #C11BD2
Text Example
Text Example
White with #C11BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BD2; }
p { color: rgb(193,27,210); }
H1.HeaderClassName
{
color: #C11BD2;
}
.AnyTagClassName
{
color: #C11BD2;
}
</style>
background-color css
<style>
a { background-color: #C11BD2; }
a { background-color: rgb(193,27,210); }
div.DivClassName
{
background-color: #C11BD2;
}
.BgClassName
{
background-color: #C11BD2;
}
</style>
border-color css
<style>
span { border-color: #C11BD2; }
span { border-color: rgb(193,27,210); }
td.TdClassName
{
border-color: #C11BD2;
}
.TagClassName
{
border-color: #C11BD2;
}
</style>