Shades of Deep Magenta #C114DC
Tints of Deep Magenta #C114DC
RGB
CMYK
RGB Variations
Color information
#C114DC (or 0xC114DC) is known color: Deep Magenta. HEX triplet: C1, 14 and DC. RGB value is (193,20,220). Sum of RGB (Red+Green+Blue) = 193+20+220=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C114DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114DC is #3EEB23. Grayscale: #5D5D5D. Windows color (decimal): -4123428 or 14423233. OLE color: 14423233.
HSL color Cylindrical-coordinate representation of color #C114DC: hue angle of 291.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C114DC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 20 | 220 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.14 |
| HSL | 291.9º | 0.83% | 0.47% | - |
| HSV(B) | 291.9º | 0.91% | 0.86% | - |
| XYZ | 35.16 | 17.01 | 69.14 | - |
| YUV | 94.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 220 | 0.12 | 0.91 | 0 | 0.14 | 291.9 | 0.83 | 0.47 |
| Hex | C1 | 14 | DC | C | 5B | 0 | E | 124 | 53 | 2F |
| Octal | 301 | 24 | 334 | 14 | 133 | 0 | 16 | 444 | 123 | 57 |
| Binary | 11000001 | 10100 | 11011100 | 1100 | 1011011 | 0 | 1110 | 100100100 | 1010011 | 101111 |
Color Harmonies of #C114DC
Complementary color
Monochromatic Colors of #C114DC
Black with #C114DC
Text Example
Text Example
White with #C114DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114DC; }
p { color: rgb(193,20,220); }
H1.HeaderClassName
{
color: #C114DC;
}
.AnyTagClassName
{
color: #C114DC;
}
</style>
background-color css
<style>
a { background-color: #C114DC; }
a { background-color: rgb(193,20,220); }
div.DivClassName
{
background-color: #C114DC;
}
.BgClassName
{
background-color: #C114DC;
}
</style>
border-color css
<style>
span { border-color: #C114DC; }
span { border-color: rgb(193,20,220); }
td.TdClassName
{
border-color: #C114DC;
}
.TagClassName
{
border-color: #C114DC;
}
</style>