Shades of Deep Magenta #C114BC
Tints of Deep Magenta #C114BC
RGB
CMYK
RGB Variations
Color information
#C114BC (or 0xC114BC) is known color: Deep Magenta. HEX triplet: C1, 14 and BC. RGB value is (193,20,188). Sum of RGB (Red+Green+Blue) = 193+20+188=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C114BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114BC is #3EEB43. Grayscale: #5A5A5A. Windows color (decimal): -4123460 or 12326081. OLE color: 12326081.
HSL color Cylindrical-coordinate representation of color #C114BC: hue angle of 301.73º 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 #C114BC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 188 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.24 |
| HSL | 301.73º | 0.81% | 0.42% | - |
| HSV(B) | 301.73º | 0.9% | 0.76% | - |
| XYZ | 31.32 | 15.47 | 48.91 | - |
| YUV | 90.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 188 | 0 | 0.90 | 0.03 | 0.24 | 301.73 | 0.81 | 0.42 |
| Hex | C1 | 14 | BC | 0 | 5A | 3 | 18 | 12E | 51 | 2A |
| Octal | 301 | 24 | 274 | 0 | 132 | 3 | 30 | 456 | 121 | 52 |
| Binary | 11000001 | 10100 | 10111100 | 0 | 1011010 | 11 | 11000 | 100101110 | 1010001 | 101010 |
Color Harmonies of #C114BC
Complementary color
Monochromatic Colors of #C114BC
Black with #C114BC
Text Example
Text Example
White with #C114BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114BC; }
p { color: rgb(193,20,188); }
H1.HeaderClassName
{
color: #C114BC;
}
.AnyTagClassName
{
color: #C114BC;
}
</style>
background-color css
<style>
a { background-color: #C114BC; }
a { background-color: rgb(193,20,188); }
div.DivClassName
{
background-color: #C114BC;
}
.BgClassName
{
background-color: #C114BC;
}
</style>
border-color css
<style>
span { border-color: #C114BC; }
span { border-color: rgb(193,20,188); }
td.TdClassName
{
border-color: #C114BC;
}
.TagClassName
{
border-color: #C114BC;
}
</style>