#C10AB9

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

Shades of Deep Magenta #C10AB9

Tints of Deep Magenta #C10AB9

Color information

#C10AB9 (or 0xC10AB9) is unknown color: approx Deep Magenta. HEX triplet: C1, 0A and B9. RGB value is (193,10,185). Sum of RGB (Red+Green+Blue) = 193+10+185=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AB9 is #3EF546. Grayscale: #545454. Windows color (decimal): -4126023 or 12126913. OLE color: 12126913.

HSL color Cylindrical-coordinate representation of color #C10AB9: hue angle of 302.62º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19310185-
CMYK00.950.040.24
HSL302.62º90.15%39.8%-
HSV(B)302.62º94.82%75.69%-
XYZ30.8615.0647.18-
YUV84.67184.63205.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 185 (72.66% from 255) = 47.68%
R=49.74%
G=2.58%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931018500.950.040.24302.6290.1539.8
HexC1AB905F41812f5a28
Octal30112271013743045713250
Binary1100000110101011100101011111100110001001011111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10AB9; }

 p { color: rgb(193,10,185); }

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

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

 a { background-color: rgb(193,10,185); }

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

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

 span { border-color: rgb(193,10,185); }

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