#c327d3

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

Shades of Deep Magenta #C327D3

Tints of Deep Magenta #C327D3

Color information

#C327D3 (or 0xC327D3) is unknown color: approx Deep Magenta. HEX triplet: C3, 27 and D3. RGB value is (195,39,211). Sum of RGB (Red+Green+Blue) = 195+39+211=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #C327D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327D3 is #3CD82C. Grayscale: #686868. Windows color (decimal): -3987501 or 13838275. OLE color: 13838275.

HSL color Cylindrical-coordinate representation of color #C327D3: hue angle of 294.42º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C327D3 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19539211-
CMYK0.080.8200.17
HSL294.42º68.8%49.02%-
HSV(B)294.42º81.52%82.75%-
XYZ34.9917.7663.21-
YUV105.25187.68192.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 39 (15.62% from 255) = 8.76%
BLUE value IS 211 (82.81% from 255) = 47.42%
R=43.82%
G=8.76%
B=47.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal195392110.080.8200.17294.4268.849.02
HexC327D38520111264531
Octal303473231012202144610561
Binary1100001110011111010011100010100100100011001001101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c327d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c327d3; }

 p { color: rgb(195,39,211); }

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

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

 a { background-color: rgb(195,39,211); }

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

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

 span { border-color: rgb(195,39,211); }

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