Shades of Deep Magenta #C114B6
Tints of Deep Magenta #C114B6
RGB
CMYK
RGB Variations
Color information
#C114B6 (or 0xC114B6) is known color: Deep Magenta. HEX triplet: C1, 14 and B6. RGB value is (193,20,182). Sum of RGB (Red+Green+Blue) = 193+20+182=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C114B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114B6 is #3EEB49. Grayscale: #595959. Windows color (decimal): -4123466 or 11932865. OLE color: 11932865.
HSL color Cylindrical-coordinate representation of color #C114B6: hue angle of 303.82º degrees, saturation: 0.81, 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 #C114B6 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 182 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.24 |
| HSL | 303.82º | 0.81% | 0.42% | - |
| HSV(B) | 303.82º | 0.9% | 0.76% | - |
| XYZ | 30.69 | 15.22 | 45.58 | - |
| YUV | 90.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 182 | 0 | 0.90 | 0.06 | 0.24 | 303.82 | 0.81 | 0.42 |
| Hex | C1 | 14 | B6 | 0 | 5A | 6 | 18 | 130 | 51 | 2A |
| Octal | 301 | 24 | 266 | 0 | 132 | 6 | 30 | 460 | 121 | 52 |
| Binary | 11000001 | 10100 | 10110110 | 0 | 1011010 | 110 | 11000 | 100110000 | 1010001 | 101010 |
Color Harmonies of #C114B6
Complementary color
Monochromatic Colors of #C114B6
Black with #C114B6
Text Example
Text Example
White with #C114B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114B6; }
p { color: rgb(193,20,182); }
H1.HeaderClassName
{
color: #C114B6;
}
.AnyTagClassName
{
color: #C114B6;
}
</style>
background-color css
<style>
a { background-color: #C114B6; }
a { background-color: rgb(193,20,182); }
div.DivClassName
{
background-color: #C114B6;
}
.BgClassName
{
background-color: #C114B6;
}
</style>
border-color css
<style>
span { border-color: #C114B6; }
span { border-color: rgb(193,20,182); }
td.TdClassName
{
border-color: #C114B6;
}
.TagClassName
{
border-color: #C114B6;
}
</style>