#C32DAC

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

Shades of Medium Red Violet #C32DAC

Tints of Medium Red Violet #C32DAC

Color information

#C32DAC (or 0xC32DAC) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2D and AC. RGB value is (195,45,172). Sum of RGB (Red+Green+Blue) = 195+45+172=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DAC is #3CD253. Grayscale: #676767. Windows color (decimal): -3986004 or 11283907. OLE color: 11283907.

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

Color convert

RGB19545172-
CMYK00.770.120.24
HSL309.2º62.5%47.06%-
HSV(B)309.2º76.92%76.47%-
XYZ30.8916.4640.58-
YUV104.33166.2192.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 45 (17.97% from 255) = 10.92%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=47.33%
G=10.92%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954517200.770.120.24309.262.547.06
HexC32DAC04DC181353e2f
Octal30355254011514304657657
Binary110000111011011010110001001101110011000100110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32DAC; }

 p { color: rgb(195,45,172); }

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

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

 a { background-color: rgb(195,45,172); }

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

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

 span { border-color: rgb(195,45,172); }

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