#C326AF

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

Shades of Deep Magenta #C326AF

Tints of Deep Magenta #C326AF

Color information

#C326AF (or 0xC326AF) is unknown color: approx Deep Magenta. HEX triplet: C3, 26 and AF. RGB value is (195,38,175). Sum of RGB (Red+Green+Blue) = 195+38+175=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C326AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326AF is #3CD950. Grayscale: #646464. Windows color (decimal): -3987793 or 11478723. OLE color: 11478723.

HSL color Cylindrical-coordinate representation of color #C326AF: hue angle of 307.64º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326AF is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19538175-
CMYK00.810.100.24
HSL307.64º67.38%45.69%-
HSV(B)307.64º80.51%76.47%-
XYZ30.9416.0842.03-
YUV100.56170.01195.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 38 (15.23% from 255) = 9.31%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=47.79%
G=9.31%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953817500.810.100.24307.6467.3845.69
HexC326AF051A18134432e
Octal303462570121123046410356
Binary1100001110011010101111010100011010110001001101001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C326AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C326AF; }

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

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

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

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

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

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

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

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