#C328D5

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

Shades of Deep Magenta #C328D5

Tints of Deep Magenta #C328D5

Color information

#C328D5 (or 0xC328D5) is unknown color: approx Deep Magenta. HEX triplet: C3, 28 and D5. RGB value is (195,40,213). Sum of RGB (Red+Green+Blue) = 195+40+213=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #C328D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328D5 is #3CD72A. Grayscale: #696969. Windows color (decimal): -3987243 or 13969603. OLE color: 13969603.

HSL color Cylindrical-coordinate representation of color #C328D5: hue angle of 293.76º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C328D5 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19540213-
CMYK0.080.8100.16
HSL293.76º68.38%49.61%-
HSV(B)293.76º81.22%83.53%-
XYZ35.2717.9264.55-
YUV106.07188.35191.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 40 (16.02% from 255) = 8.93%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=43.53%
G=8.93%
B=47.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195402130.080.8100.16293.7668.3849.61
HexC328D58510101264432
Octal303503251012102044610462
Binary1100001110100011010101100010100010100001001001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C328D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C328D5; }

 p { color: rgb(195,40,213); }

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

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

 a { background-color: rgb(195,40,213); }

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

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

 span { border-color: rgb(195,40,213); }

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