#C10EA9

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

Shades of Deep Magenta #C10EA9

Tints of Deep Magenta #C10EA9

Color information

#C10EA9 (or 0xC10EA9) is unknown color: approx Deep Magenta. HEX triplet: C1, 0E and A9. RGB value is (193,14,169). Sum of RGB (Red+Green+Blue) = 193+14+169=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EA9 is #3EF156. Grayscale: #545454. Windows color (decimal): -4125015 or 11079361. OLE color: 11079361.

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

Color convert

RGB19314169-
CMYK00.930.120.24
HSL308.04º86.47%40.59%-
HSV(B)308.04º92.75%75.69%-
XYZ29.3114.5238.79-
YUV85.19175.3204.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.33%
GREEN value IS 14 (5.86% from 255) = 3.72%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=51.33%
G=3.72%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931416900.930.120.24308.0486.4740.59
HexC1EA905DC181345629
Octal301162510135143046412651
Binary11000001111010101001010111011100110001001101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10EA9; }

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

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

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

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

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

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

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

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