#C32675

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

Shades of Medium Red Violet #C32675

Tints of Medium Red Violet #C32675

Color information

#C32675 (or 0xC32675) is unknown color: approx Medium Red Violet. HEX triplet: C3, 26 and 75. RGB value is (195,38,117). Sum of RGB (Red+Green+Blue) = 195+38+117=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C32675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32675 is #3CD98A. Grayscale: #5D5D5D. Windows color (decimal): -3987851 or 7677635. OLE color: 7677635.

HSL color Cylindrical-coordinate representation of color #C32675: hue angle of 329.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32675 is Cyan = 0, Magento = 0.81, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB19538117-
CMYK00.810.40.24
HSL329.81º67.38%45.69%-
HSV(B)329.81º80.51%76.47%-
XYZ26.4114.2718.19-
YUV93.95141.01200.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.71%
GREEN value IS 38 (15.23% from 255) = 10.86%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=55.71%
G=10.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953811700.810.40.24329.8167.3845.69
HexC32675051281814a432e
Octal303461650121503051210356
Binary11000011100110111010101010001101000110001010010101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32675; }

 p { color: rgb(195,38,117); }

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

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

 a { background-color: rgb(195,38,117); }

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

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

 span { border-color: rgb(195,38,117); }

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