#c10eb2

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

Shades of Deep Magenta #C10EB2

Tints of Deep Magenta #C10EB2

Color information

#C10EB2 (or 0xC10EB2) is unknown color: approx Deep Magenta. HEX triplet: C1, 0E and B2. RGB value is (193,14,178). Sum of RGB (Red+Green+Blue) = 193+14+178=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EB2 is #3EF14D. Grayscale: #555555. Windows color (decimal): -4125006 or 11669185. OLE color: 11669185.

HSL color Cylindrical-coordinate representation of color #C10EB2: hue angle of 305.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EB2 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19314178-
CMYK00.930.080.24
HSL305.03º86.47%40.59%-
HSV(B)305.03º92.75%75.69%-
XYZ30.1914.8743.4-
YUV86.22179.8204.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 14 (5.86% from 255) = 3.64%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=50.13%
G=3.64%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931417800.930.080.24305.0386.4740.59
HexC1EB205D8181315629
Octal301162620135103046112651
Binary11000001111010110010010111011000110001001100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10eb2; }

 p { color: rgb(193,14,178); }

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

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

 a { background-color: rgb(193,14,178); }

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

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

 span { border-color: rgb(193,14,178); }

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