#C211B2

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

Shades of Deep Magenta #C211B2

Tints of Deep Magenta #C211B2

Color information

#C211B2 (or 0xC211B2) is unknown color: approx Deep Magenta. HEX triplet: C2, 11 and B2. RGB value is (194,17,178). Sum of RGB (Red+Green+Blue) = 194+17+178=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C211B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211B2 is #3DEE4D. Grayscale: #575757. Windows color (decimal): -4058702 or 11669954. OLE color: 11669954.

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

Color convert

RGB19417178-
CMYK00.910.080.24
HSL305.42º83.89%41.37%-
HSV(B)305.42º91.24%76.08%-
XYZ30.4815.0843.42-
YUV88.28178.64203.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=49.87%
G=4.37%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941717800.910.080.24305.4283.8941.37
HexC211B205B8181315429
Octal302212620133103046112451
Binary110000101000110110010010110111000110001001100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C211B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C211B2; }

 p { color: rgb(194,17,178); }

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

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

 a { background-color: rgb(194,17,178); }

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

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

 span { border-color: rgb(194,17,178); }

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