#c32394

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

Shades of Medium Violet Red #C32394

Tints of Medium Violet Red #C32394

Color information

#C32394 (or 0xC32394) is unknown color: approx Medium Violet Red. HEX triplet: C3, 23 and 94. RGB value is (195,35,148). Sum of RGB (Red+Green+Blue) = 195+35+148=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C32394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32394 is #3CDC6B. Grayscale: #5F5F5F. Windows color (decimal): -3988588 or 9708483. OLE color: 9708483.

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

Color convert

RGB19535148-
CMYK00.820.240.24
HSL317.62º69.57%45.1%-
HSV(B)317.62º82.05%76.47%-
XYZ28.4514.9429.4-
YUV95.72157.51198.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.59%
GREEN value IS 35 (14.06% from 255) = 9.26%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=51.59%
G=9.26%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953514800.820.240.24317.6269.5745.1
HexC32394052181813e462d
Octal303432240122303047610655
Binary11000011100011100101000101001011000110001001111101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c32394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c32394; }

 p { color: rgb(195,35,148); }

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

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

 a { background-color: rgb(195,35,148); }

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

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

 span { border-color: rgb(195,35,148); }

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