Shades of Deep Magenta #C113CB
Tints of Deep Magenta #C113CB
RGB
CMYK
RGB Variations
Color information
#C113CB (or 0xC113CB) is known color: Deep Magenta. HEX triplet: C1, 13 and CB. RGB value is (193,19,203). Sum of RGB (Red+Green+Blue) = 193+19+203=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C113CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113CB is #3EEC34. Grayscale: #5B5B5B. Windows color (decimal): -4123701 or 13308865. OLE color: 13308865.
HSL color Cylindrical-coordinate representation of color #C113CB: hue angle of 296.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113CB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 19 | 203 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.20 |
| HSL | 296.74º | 0.83% | 0.44% | - |
| HSV(B) | 296.74º | 0.91% | 0.8% | - |
| XYZ | 33 | 16.12 | 57.87 | - |
| YUV | 92 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 203 | 0.05 | 0.91 | 0 | 0.20 | 296.74 | 0.83 | 0.44 |
| Hex | C1 | 13 | CB | 5 | 5B | 0 | 14 | 129 | 53 | 2C |
| Octal | 301 | 23 | 313 | 5 | 133 | 0 | 24 | 451 | 123 | 54 |
| Binary | 11000001 | 10011 | 11001011 | 101 | 1011011 | 0 | 10100 | 100101001 | 1010011 | 101100 |
Color Harmonies of #C113CB
Complementary color
Monochromatic Colors of #C113CB
Black with #C113CB
Text Example
Text Example
White with #C113CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113CB; }
p { color: rgb(193,19,203); }
H1.HeaderClassName
{
color: #C113CB;
}
.AnyTagClassName
{
color: #C113CB;
}
</style>
background-color css
<style>
a { background-color: #C113CB; }
a { background-color: rgb(193,19,203); }
div.DivClassName
{
background-color: #C113CB;
}
.BgClassName
{
background-color: #C113CB;
}
</style>
border-color css
<style>
span { border-color: #C113CB; }
span { border-color: rgb(193,19,203); }
td.TdClassName
{
border-color: #C113CB;
}
.TagClassName
{
border-color: #C113CB;
}
</style>