#c329c7

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

Shades of Deep Magenta #C329C7

Tints of Deep Magenta #C329C7

Color information

#C329C7 (or 0xC329C7) is unknown color: approx Deep Magenta. HEX triplet: C3, 29 and C7. RGB value is (195,41,199). Sum of RGB (Red+Green+Blue) = 195+41+199=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #C329C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329C7 is #3CD638. Grayscale: #686868. Windows color (decimal): -3987001 or 13052355. OLE color: 13052355.

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

Color convert

RGB19541199-
CMYK0.020.7900.22
HSL298.48º65.83%47.06%-
HSV(B)298.48º79.4%78.04%-
XYZ33.6117.3155.6-
YUV105.06181.02192.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 41 (16.41% from 255) = 9.43%
BLUE value IS 199 (78.12% from 255) = 45.75%
R=44.83%
G=9.43%
B=45.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195411990.020.7900.22298.4865.8347.06
HexC329C724F01612a422f
Octal30351307211702645210257
Binary11000011101001110001111010011110101101001010101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c329c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c329c7; }

 p { color: rgb(195,41,199); }

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

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

 a { background-color: rgb(195,41,199); }

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

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

 span { border-color: rgb(195,41,199); }

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