#C32191

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

Shades of Medium Violet Red #C32191

Tints of Medium Violet Red #C32191

Color information

#C32191 (or 0xC32191) is unknown color: approx Medium Violet Red. HEX triplet: C3, 21 and 91. RGB value is (195,33,145). Sum of RGB (Red+Green+Blue) = 195+33+145=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C32191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32191 is #3CDE6E. Grayscale: #5D5D5D. Windows color (decimal): -3989103 or 9511363. OLE color: 9511363.

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

Color convert

RGB19533145-
CMYK00.830.260.24
HSL318.52º71.05%44.71%-
HSV(B)318.52º83.08%76.47%-
XYZ28.1614.7328.15-
YUV94.21156.67199.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 33 (13.28% from 255) = 8.85%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=52.28%
G=8.85%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953314500.830.260.24318.5271.0544.71
HexC321910531A1813f472d
Octal303412210123323047710755
Binary11000011100001100100010101001111010110001001111111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32191; }

 p { color: rgb(195,33,145); }

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

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

 a { background-color: rgb(195,33,145); }

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

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

 span { border-color: rgb(195,33,145); }

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