#c100ab

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

Shades of Deep Magenta #C100AB

Tints of Deep Magenta #C100AB

Color information

#C100AB (or 0xC100AB) is unknown color: approx Deep Magenta. HEX triplet: C1, 00 and AB. RGB value is (193,0,171). Sum of RGB (Red+Green+Blue) = 193+0+171=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C100AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100AB is #3EFF54. Grayscale: #4C4C4C. Windows color (decimal): -4128597 or 11206849. OLE color: 11206849.

HSL color Cylindrical-coordinate representation of color #C100AB: hue angle of 306.84º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100AB is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB1930171-
CMYK010.110.24
HSL306.84º100%37.84%-
HSV(B)306.84º100%75.69%-
XYZ29.3414.2839.74-
YUV77.2180.94210.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=53.02%
G=0%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1930171010.110.24306.8410037.84
HexC10AB064B181336426
Octal30102530144133046314446
Binary11000001010101011011001001011110001001100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c100ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c100ab; }

 p { color: rgb(193,0,171); }

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

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

 a { background-color: rgb(193,0,171); }

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

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

 span { border-color: rgb(193,0,171); }

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