#C32D9A

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

Shades of Medium Red Violet #C32D9A

Tints of Medium Red Violet #C32D9A

Color information

#C32D9A (or 0xC32D9A) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2D and 9A. RGB value is (195,45,154). Sum of RGB (Red+Green+Blue) = 195+45+154=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32D9A is #3CD265. Grayscale: #656565. Windows color (decimal): -3986022 or 10104259. OLE color: 10104259.

HSL color Cylindrical-coordinate representation of color #C32D9A: hue angle of 316.4º 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 #C32D9A is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19545154-
CMYK00.770.210.24
HSL316.4º62.5%47.06%-
HSV(B)316.4º76.92%76.47%-
XYZ29.2815.8132.08-
YUV102.28157.2194.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 45 (17.97% from 255) = 11.42%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=49.49%
G=11.42%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954515400.770.210.24316.462.547.06
HexC32D9A04D151813c3e2f
Octal30355232011525304747657
Binary1100001110110110011010010011011010111000100111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32D9A; }

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

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

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

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

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

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

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

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