#C6328B

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

Shades of Medium Red Violet #C6328B

Tints of Medium Red Violet #C6328B

Color information

#C6328B (or 0xC6328B) is unknown color: approx Medium Red Violet. HEX triplet: C6, 32 and 8B. RGB value is (198,50,139). Sum of RGB (Red+Green+Blue) = 198+50+139=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6328B is #39CD74. Grayscale: #686868. Windows color (decimal): -3788149 or 9122502. OLE color: 9122502.

HSL color Cylindrical-coordinate representation of color #C6328B: hue angle of 323.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6328B is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB19850139-
CMYK00.750.300.22
HSL323.92º59.68%48.63%-
HSV(B)323.92º74.75%77.65%-
XYZ29.0916.1526.01-
YUV104.4147.53194.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=51.16%
G=12.92%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985013900.750.300.22323.9259.6848.63
HexC6328B04B1E161443c31
Octal30662213011336265047461
Binary1100011011001010001011010010111111010110101000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6328B; }

 p { color: rgb(198,50,139); }

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

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

 a { background-color: rgb(198,50,139); }

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

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

 span { border-color: rgb(198,50,139); }

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