#C326C6

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

Shades of Deep Magenta #C326C6

Tints of Deep Magenta #C326C6

Color information

#C326C6 (or 0xC326C6) is unknown color: approx Deep Magenta. HEX triplet: C3, 26 and C6. RGB value is (195,38,198). Sum of RGB (Red+Green+Blue) = 195+38+198=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #C326C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326C6 is #3CD939. Grayscale: #666666. Windows color (decimal): -3987770 or 12986051. OLE color: 12986051.

HSL color Cylindrical-coordinate representation of color #C326C6: hue angle of 298.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326C6 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19538198-
CMYK0.020.8100.22
HSL298.88º67.8%46.27%-
HSV(B)298.88º80.81%77.65%-
XYZ33.3917.0754.96-
YUV103.18181.51193.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 38 (15.23% from 255) = 8.82%
BLUE value IS 198 (77.73% from 255) = 45.94%
R=45.24%
G=8.82%
B=45.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195381980.020.8100.22298.8867.846.27
HexC326C625101612b442e
Octal30346306212102645310456
Binary11000011100110110001101010100010101101001010111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C326C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C326C6; }

 p { color: rgb(195,38,198); }

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

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

 a { background-color: rgb(195,38,198); }

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

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

 span { border-color: rgb(195,38,198); }

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