Shades of Deep Magenta #C113CA
Tints of Deep Magenta #C113CA
RGB
CMYK
RGB Variations
Color information
#C113CA (or 0xC113CA) is known color: Deep Magenta. HEX triplet: C1, 13 and CA. RGB value is (193,19,202). Sum of RGB (Red+Green+Blue) = 193+19+202=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #C113CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113CA is #3EEC35. Grayscale: #5B5B5B. Windows color (decimal): -4123702 or 13243329. OLE color: 13243329.
HSL color Cylindrical-coordinate representation of color #C113CA: hue angle of 297.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113CA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 19 | 202 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.21 |
| HSL | 297.05º | 0.83% | 0.43% | - |
| HSV(B) | 297.05º | 0.91% | 0.79% | - |
| XYZ | 32.89 | 16.07 | 57.25 | - |
| YUV | 91.89 | 190.15 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 202 | 0.04 | 0.91 | 0 | 0.21 | 297.05 | 0.83 | 0.43 |
| Hex | C1 | 13 | CA | 4 | 5B | 0 | 15 | 129 | 53 | 2B |
| Octal | 301 | 23 | 312 | 4 | 133 | 0 | 25 | 451 | 123 | 53 |
| Binary | 11000001 | 10011 | 11001010 | 100 | 1011011 | 0 | 10101 | 100101001 | 1010011 | 101011 |
Color Harmonies of #C113CA
Complementary color
Monochromatic Colors of #C113CA
Black with #C113CA
Text Example
Text Example
White with #C113CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113CA; }
p { color: rgb(193,19,202); }
H1.HeaderClassName
{
color: #C113CA;
}
.AnyTagClassName
{
color: #C113CA;
}
</style>
background-color css
<style>
a { background-color: #C113CA; }
a { background-color: rgb(193,19,202); }
div.DivClassName
{
background-color: #C113CA;
}
.BgClassName
{
background-color: #C113CA;
}
</style>
border-color css
<style>
span { border-color: #C113CA; }
span { border-color: rgb(193,19,202); }
td.TdClassName
{
border-color: #C113CA;
}
.TagClassName
{
border-color: #C113CA;
}
</style>