Shades of Deep Magenta #C114D4
Tints of Deep Magenta #C114D4
RGB
CMYK
RGB Variations
Color information
#C114D4 (or 0xC114D4) is known color: Deep Magenta. HEX triplet: C1, 14 and D4. RGB value is (193,20,212). Sum of RGB (Red+Green+Blue) = 193+20+212=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #C114D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114D4 is #3EEB2B. Grayscale: #5D5D5D. Windows color (decimal): -4123436 or 13898945. OLE color: 13898945.
HSL color Cylindrical-coordinate representation of color #C114D4: hue angle of 294.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C114D4 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 20 | 212 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.17 |
| HSL | 294.06º | 0.83% | 0.45% | - |
| HSV(B) | 294.06º | 0.91% | 0.83% | - |
| XYZ | 34.13 | 16.59 | 63.69 | - |
| YUV | 93.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 212 | 0.09 | 0.91 | 0 | 0.17 | 294.06 | 0.83 | 0.45 |
| Hex | C1 | 14 | D4 | 9 | 5B | 0 | 11 | 126 | 53 | 2D |
| Octal | 301 | 24 | 324 | 11 | 133 | 0 | 21 | 446 | 123 | 55 |
| Binary | 11000001 | 10100 | 11010100 | 1001 | 1011011 | 0 | 10001 | 100100110 | 1010011 | 101101 |
Color Harmonies of #C114D4
Complementary color
Monochromatic Colors of #C114D4
Black with #C114D4
Text Example
Text Example
White with #C114D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114D4; }
p { color: rgb(193,20,212); }
H1.HeaderClassName
{
color: #C114D4;
}
.AnyTagClassName
{
color: #C114D4;
}
</style>
background-color css
<style>
a { background-color: #C114D4; }
a { background-color: rgb(193,20,212); }
div.DivClassName
{
background-color: #C114D4;
}
.BgClassName
{
background-color: #C114D4;
}
</style>
border-color css
<style>
span { border-color: #C114D4; }
span { border-color: rgb(193,20,212); }
td.TdClassName
{
border-color: #C114D4;
}
.TagClassName
{
border-color: #C114D4;
}
</style>