#C325AB

Color #C325AB Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C325AB

Tints of Medium Violet Red #C325AB

Color information

#C325AB (or 0xC325AB) is unknown color: approx Medium Violet Red. HEX triplet: C3, 25 and AB. RGB value is (195,37,171). Sum of RGB (Red+Green+Blue) = 195+37+171=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C325AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325AB is #3CDA54. Grayscale: #636363. Windows color (decimal): -3988053 or 11216323. OLE color: 11216323.

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

Color convert

RGB19537171-
CMYK00.810.120.24
HSL309.11º68.1%45.49%-
HSV(B)309.11º81.03%76.47%-
XYZ30.5215.8739.98-
YUV99.52168.35196.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 37 (14.84% from 255) = 9.18%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=48.39%
G=9.18%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953717100.810.120.24309.1168.145.49
HexC325AB051C18135442d
Octal303452530121143046510455
Binary1100001110010110101011010100011100110001001101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C325AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C325AB; }

 p { color: rgb(195,37,171); }

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

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

 a { background-color: rgb(195,37,171); }

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

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

 span { border-color: rgb(195,37,171); }

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