Shades of Deep Magenta #C113B2
Tints of Deep Magenta #C113B2
RGB
CMYK
RGB Variations
Color information
#C113B2 (or 0xC113B2) is known color: Deep Magenta. HEX triplet: C1, 13 and B2. RGB value is (193,19,178). Sum of RGB (Red+Green+Blue) = 193+19+178=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C113B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113B2 is #3EEC4D. Grayscale: #585858. Windows color (decimal): -4123726 or 11670465. OLE color: 11670465.
HSL color Cylindrical-coordinate representation of color #C113B2: hue angle of 305.17º 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 #C113B2 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.24 |
| HSL | 305.17º | 0.82% | 0.42% | - |
| HSV(B) | 305.17º | 0.9% | 0.76% | - |
| XYZ | 30.26 | 15.02 | 43.42 | - |
| YUV | 89.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 178 | 0 | 0.90 | 0.08 | 0.24 | 305.17 | 0.82 | 0.42 |
| Hex | C1 | 13 | B2 | 0 | 5A | 8 | 18 | 131 | 52 | 2A |
| Octal | 301 | 23 | 262 | 0 | 132 | 10 | 30 | 461 | 122 | 52 |
| Binary | 11000001 | 10011 | 10110010 | 0 | 1011010 | 1000 | 11000 | 100110001 | 1010010 | 101010 |
Color Harmonies of #C113B2
Complementary color
Monochromatic Colors of #C113B2
Black with #C113B2
Text Example
Text Example
White with #C113B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113B2; }
p { color: rgb(193,19,178); }
H1.HeaderClassName
{
color: #C113B2;
}
.AnyTagClassName
{
color: #C113B2;
}
</style>
background-color css
<style>
a { background-color: #C113B2; }
a { background-color: rgb(193,19,178); }
div.DivClassName
{
background-color: #C113B2;
}
.BgClassName
{
background-color: #C113B2;
}
</style>
border-color css
<style>
span { border-color: #C113B2; }
span { border-color: rgb(193,19,178); }
td.TdClassName
{
border-color: #C113B2;
}
.TagClassName
{
border-color: #C113B2;
}
</style>