#C211BA

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

Shades of Deep Magenta #C211BA

Tints of Deep Magenta #C211BA

Color information

#C211BA (or 0xC211BA) is unknown color: approx Deep Magenta. HEX triplet: C2, 11 and BA. RGB value is (194,17,186). Sum of RGB (Red+Green+Blue) = 194+17+186=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C211BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211BA is #3DEE45. Grayscale: #585858. Windows color (decimal): -4058694 or 12194242. OLE color: 12194242.

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

Color convert

RGB19417186-
CMYK00.910.040.24
HSL302.71º83.89%41.37%-
HSV(B)302.71º91.24%76.08%-
XYZ31.3115.4247.78-
YUV89.19182.64202.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 17 (7.03% from 255) = 4.28%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=48.87%
G=4.28%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941718600.910.040.24302.7183.8941.37
HexC211BA05B41812f5429
Octal30221272013343045712451
Binary11000010100011011101001011011100110001001011111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C211BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C211BA; }

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

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

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

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

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

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

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

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