#C32385

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

Shades of Medium Violet Red #C32385

Tints of Medium Violet Red #C32385

Color information

#C32385 (or 0xC32385) is unknown color: approx Medium Violet Red. HEX triplet: C3, 23 and 85. RGB value is (195,35,133). Sum of RGB (Red+Green+Blue) = 195+35+133=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C32385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32385 is #3CDC7A. Grayscale: #5D5D5D. Windows color (decimal): -3988603 or 8725443. OLE color: 8725443.

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

Color convert

RGB19535133-
CMYK00.820.320.24
HSL323.25º69.57%45.1%-
HSV(B)323.25º82.05%76.47%-
XYZ27.3414.523.55-
YUV94.01150.01200.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 35 (14.06% from 255) = 9.64%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=53.72%
G=9.64%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953513300.820.320.24323.2569.5745.1
HexC323850522018143462d
Octal303432050122403050310655
Binary110000111000111000010101010010100000110001010000111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32385; }

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

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

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

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

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

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

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

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