#C211C0

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

Shades of Deep Magenta #C211C0

Tints of Deep Magenta #C211C0

Color information

#C211C0 (or 0xC211C0) is unknown color: approx Deep Magenta. HEX triplet: C2, 11 and C0. RGB value is (194,17,192). Sum of RGB (Red+Green+Blue) = 194+17+192=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C211C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211C0 is #3DEE3F. Grayscale: #595959. Windows color (decimal): -4058688 or 12587458. OLE color: 12587458.

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

Color convert

RGB19417192-
CMYK00.910.010.24
HSL300.68º83.89%41.37%-
HSV(B)300.68º91.24%76.08%-
XYZ31.9615.6851.21-
YUV89.87185.64202.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 17 (7.03% from 255) = 4.22%
BLUE value IS 192 (75.39% from 255) = 47.64%
R=48.14%
G=4.22%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941719200.910.010.24300.6883.8941.37
HexC211C005B11812d5429
Octal30221300013313045512451
Binary110000101000111000000010110111110001001011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C211C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C211C0; }

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

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

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

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

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

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

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

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