Shades of Deep Magenta #C113BC
Tints of Deep Magenta #C113BC
RGB
CMYK
RGB Variations
Color information
#C113BC (or 0xC113BC) is known color: Deep Magenta. HEX triplet: C1, 13 and BC. RGB value is (193,19,188). Sum of RGB (Red+Green+Blue) = 193+19+188=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C113BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113BC is #3EEC43. Grayscale: #595959. Windows color (decimal): -4123716 or 12325825. OLE color: 12325825.
HSL color Cylindrical-coordinate representation of color #C113BC: hue angle of 301.72º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113BC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.24 |
| HSL | 301.72º | 0.82% | 0.42% | - |
| HSV(B) | 301.72º | 0.9% | 0.76% | - |
| XYZ | 31.3 | 15.43 | 48.91 | - |
| YUV | 90.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 188 | 0 | 0.90 | 0.03 | 0.24 | 301.72 | 0.82 | 0.42 |
| Hex | C1 | 13 | BC | 0 | 5A | 3 | 18 | 12E | 52 | 2A |
| Octal | 301 | 23 | 274 | 0 | 132 | 3 | 30 | 456 | 122 | 52 |
| Binary | 11000001 | 10011 | 10111100 | 0 | 1011010 | 11 | 11000 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C113BC
Complementary color
Monochromatic Colors of #C113BC
Black with #C113BC
Text Example
Text Example
White with #C113BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113BC; }
p { color: rgb(193,19,188); }
H1.HeaderClassName
{
color: #C113BC;
}
.AnyTagClassName
{
color: #C113BC;
}
</style>
background-color css
<style>
a { background-color: #C113BC; }
a { background-color: rgb(193,19,188); }
div.DivClassName
{
background-color: #C113BC;
}
.BgClassName
{
background-color: #C113BC;
}
</style>
border-color css
<style>
span { border-color: #C113BC; }
span { border-color: rgb(193,19,188); }
td.TdClassName
{
border-color: #C113BC;
}
.TagClassName
{
border-color: #C113BC;
}
</style>