#C226B2

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

Shades of Deep Magenta #C226B2

Tints of Deep Magenta #C226B2

Color information

#C226B2 (or 0xC226B2) is unknown color: approx Deep Magenta. HEX triplet: C2, 26 and B2. RGB value is (194,38,178). Sum of RGB (Red+Green+Blue) = 194+38+178=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C226B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226B2 is #3DD94D. Grayscale: #646464. Windows color (decimal): -4053326 or 11675330. OLE color: 11675330.

HSL color Cylindrical-coordinate representation of color #C226B2: hue angle of 306.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226B2 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19438178-
CMYK00.800.080.24
HSL306.15º67.24%45.49%-
HSV(B)306.15º80.41%76.08%-
XYZ30.9816.0743.59-
YUV100.6171.68194.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 38 (15.23% from 255) = 9.27%
BLUE value IS 178 (69.92% from 255) = 43.41%
R=47.32%
G=9.27%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943817800.800.080.24306.1567.2445.49
HexC226B2050818132432d
Octal302462620120103046210355
Binary1100001010011010110010010100001000110001001100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C226B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C226B2; }

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

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

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

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

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

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

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

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