#C3328F

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

Shades of Medium Red Violet #C3328F

Tints of Medium Red Violet #C3328F

Color information

#C3328F (or 0xC3328F) is unknown color: approx Medium Red Violet. HEX triplet: C3, 32 and 8F. RGB value is (195,50,143). Sum of RGB (Red+Green+Blue) = 195+50+143=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3328F is #3CCD70. Grayscale: #676767. Windows color (decimal): -3984753 or 9384643. OLE color: 9384643.

HSL color Cylindrical-coordinate representation of color #C3328F: hue angle of 321.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3328F is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB19550143-
CMYK00.740.270.24
HSL321.52º59.18%48.04%-
HSV(B)321.52º74.36%76.47%-
XYZ28.615.8727.54-
YUV103.96150.04192.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=50.26%
G=12.89%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955014300.740.270.24321.5259.1848.04
HexC3328F04A1B181423b30
Octal30362217011233305027360
Binary1100001111001010001111010010101101111000101000010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3328F; }

 p { color: rgb(195,50,143); }

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

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

 a { background-color: rgb(195,50,143); }

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

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

 span { border-color: rgb(195,50,143); }

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