#C211B9

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

Shades of Deep Magenta #C211B9

Tints of Deep Magenta #C211B9

Color information

#C211B9 (or 0xC211B9) is unknown color: approx Deep Magenta. HEX triplet: C2, 11 and B9. RGB value is (194,17,185). Sum of RGB (Red+Green+Blue) = 194+17+185=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C211B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211B9 is #3DEE46. Grayscale: #585858. Windows color (decimal): -4058695 or 12128706. OLE color: 12128706.

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

Color convert

RGB19417185-
CMYK00.910.050.24
HSL303.05º83.89%41.37%-
HSV(B)303.05º91.24%76.08%-
XYZ31.2115.3747.22-
YUV89.08182.14202.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 17 (7.03% from 255) = 4.29%
BLUE value IS 185 (72.66% from 255) = 46.72%
R=48.99%
G=4.29%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941718500.910.050.24303.0583.8941.37
HexC211B905B51812f5429
Octal30221271013353045712451
Binary11000010100011011100101011011101110001001011111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C211B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C211B9; }

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

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

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

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

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

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

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

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