Shades of Deep Magenta #C113C3
Tints of Deep Magenta #C113C3
RGB
CMYK
RGB Variations
Color information
#C113C3 (or 0xC113C3) is known color: Deep Magenta. HEX triplet: C1, 13 and C3. RGB value is (193,19,195). Sum of RGB (Red+Green+Blue) = 193+19+195=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #C113C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113C3 is #3EEC3C. Grayscale: #5A5A5A. Windows color (decimal): -4123709 or 12784577. OLE color: 12784577.
HSL color Cylindrical-coordinate representation of color #C113C3: hue angle of 299.32º 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 #C113C3 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 195 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.24 |
| HSL | 299.32º | 0.82% | 0.42% | - |
| HSV(B) | 299.32º | 0.9% | 0.76% | - |
| XYZ | 32.08 | 15.74 | 52.98 | - |
| YUV | 91.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 195 | 0.01 | 0.90 | 0 | 0.24 | 299.32 | 0.82 | 0.42 |
| Hex | C1 | 13 | C3 | 1 | 5A | 0 | 18 | 12B | 52 | 2A |
| Octal | 301 | 23 | 303 | 1 | 132 | 0 | 30 | 453 | 122 | 52 |
| Binary | 11000001 | 10011 | 11000011 | 1 | 1011010 | 0 | 11000 | 100101011 | 1010010 | 101010 |
Color Harmonies of #C113C3
Complementary color
Monochromatic Colors of #C113C3
Black with #C113C3
Text Example
Text Example
White with #C113C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113C3; }
p { color: rgb(193,19,195); }
H1.HeaderClassName
{
color: #C113C3;
}
.AnyTagClassName
{
color: #C113C3;
}
</style>
background-color css
<style>
a { background-color: #C113C3; }
a { background-color: rgb(193,19,195); }
div.DivClassName
{
background-color: #C113C3;
}
.BgClassName
{
background-color: #C113C3;
}
</style>
border-color css
<style>
span { border-color: #C113C3; }
span { border-color: rgb(193,19,195); }
td.TdClassName
{
border-color: #C113C3;
}
.TagClassName
{
border-color: #C113C3;
}
</style>