#C114D9

Color #C114D9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C114D9

Tints of Deep Magenta #C114D9

Color information

#C114D9 (or 0xC114D9) is unknown color: approx Deep Magenta. HEX triplet: C1, 14 and D9. RGB value is (193,20,217). Sum of RGB (Red+Green+Blue) = 193+20+217=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #C114D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114D9 is #3EEB26. Grayscale: #5D5D5D. Windows color (decimal): -4123431 or 14226625. OLE color: 14226625.

HSL color Cylindrical-coordinate representation of color #C114D9: hue angle of 292.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C114D9 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19320217-
CMYK0.110.9100.15
HSL292.69º83.12%46.47%-
HSV(B)292.69º90.78%85.1%-
XYZ34.7716.8567.07-
YUV94.18197.31198.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 20 (8.20% from 255) = 4.65%
BLUE value IS 217 (85.16% from 255) = 50.47%
R=44.88%
G=4.65%
B=50.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193202170.110.9100.15292.6983.1246.47
HexC114D9B5B0F125532e
Octal301243311313301744512356
Binary11000001101001101100110111011011011111001001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C114D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C114D9; }

 p { color: rgb(193,20,217); }

 H1.HeaderClassName
 {
   color: #C114D9;
 }
 .AnyTagClassName
 {
   color: #C114D9;
 }
</style>
background-color css

<style>
 a { background-color: #C114D9; }

 a { background-color: rgb(193,20,217); }

 div.DivClassName
 {
   background-color: #C114D9;
 }
 .BgClassName
 {
   background-color: #C114D9;
 }
</style>
border-color css

<style>
 span { border-color: #C114D9; }

 span { border-color: rgb(193,20,217); }

 td.TdClassName
 {
   border-color: #C114D9;
 }
 .TagClassName
 {
   border-color: #C114D9;
 }
</style>