#C114B4

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

Shades of Deep Magenta #C114B4

Tints of Deep Magenta #C114B4

Color information

#C114B4 (or 0xC114B4) is unknown color: approx Deep Magenta. HEX triplet: C1, 14 and B4. RGB value is (193,20,180). Sum of RGB (Red+Green+Blue) = 193+20+180=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C114B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114B4 is #3EEB4B. Grayscale: #595959. Windows color (decimal): -4123468 or 11801793. OLE color: 11801793.

HSL color Cylindrical-coordinate representation of color #C114B4: hue angle of 304.51º 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 #C114B4 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19320180-
CMYK00.900.070.24
HSL304.51º81.22%41.76%-
HSV(B)304.51º89.64%75.69%-
XYZ30.4815.1344.49-
YUV89.97178.81201.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 20 (8.20% from 255) = 5.09%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=49.11%
G=5.09%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932018000.900.070.24304.5181.2241.76
HexC114B405A718131512a
Octal30124264013273046112152
Binary11000001101001011010001011010111110001001100011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C114B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C114B4; }

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

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

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

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

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

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

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

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