#C32A9E

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

Shades of Medium Red Violet #C32A9E

Tints of Medium Red Violet #C32A9E

Color information

#C32A9E (or 0xC32A9E) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2A and 9E. RGB value is (195,42,158). Sum of RGB (Red+Green+Blue) = 195+42+158=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A9E is #3CD561. Grayscale: #646464. Windows color (decimal): -3986786 or 10365635. OLE color: 10365635.

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

Color convert

RGB19542158-
CMYK00.780.190.24
HSL314.51º64.56%46.47%-
HSV(B)314.51º78.46%76.47%-
XYZ29.5115.7333.83-
YUV100.97160.19195.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 42 (16.80% from 255) = 10.63%
BLUE value IS 158 (62.11% from 255) = 40%
R=49.37%
G=10.63%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954215800.780.190.24314.5164.5646.47
HexC32A9E04E131813b412e
Octal303522360116233047310156
Binary11000011101010100111100100111010011110001001110111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A9E; }

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

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

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

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

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

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

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

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