#C32A84

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

Shades of Medium Red Violet #C32A84

Tints of Medium Red Violet #C32A84

Color information

#C32A84 (or 0xC32A84) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2A and 84. RGB value is (195,42,132). Sum of RGB (Red+Green+Blue) = 195+42+132=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A84 is #3CD57B. Grayscale: #616161. Windows color (decimal): -3986812 or 8661699. OLE color: 8661699.

HSL color Cylindrical-coordinate representation of color #C32A84: hue angle of 324.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A84 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19542132-
CMYK00.780.320.24
HSL324.71º64.56%46.47%-
HSV(B)324.71º78.46%76.47%-
XYZ27.514.9223.26-
YUV98.01147.19197.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=52.85%
G=11.38%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954213200.780.320.24324.7164.5646.47
HexC32A8404E2018145412e
Octal303522040116403050510156
Binary110000111010101000010001001110100000110001010001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A84; }

 p { color: rgb(195,42,132); }

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

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

 a { background-color: rgb(195,42,132); }

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

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

 span { border-color: rgb(195,42,132); }

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