#C6327F

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

Shades of Medium Red Violet #C6327F

Tints of Medium Red Violet #C6327F

Color information

#C6327F (or 0xC6327F) is unknown color: approx Medium Red Violet. HEX triplet: C6, 32 and 7F. RGB value is (198,50,127). Sum of RGB (Red+Green+Blue) = 198+50+127=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6327F is #39CD80. Grayscale: #666666. Windows color (decimal): -3788161 or 8336070. OLE color: 8336070.

HSL color Cylindrical-coordinate representation of color #C6327F: hue angle of 328.78º 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 #C6327F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19850127-
CMYK00.750.360.22
HSL328.78º59.68%48.63%-
HSV(B)328.78º74.75%77.65%-
XYZ28.2615.8221.64-
YUV103.03141.53195.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 127 (50% from 255) = 33.87%
R=52.8%
G=13.33%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985012700.750.360.22328.7859.6848.63
HexC6327F04B24161493c31
Octal30662177011344265117461
Binary1100011011001011111110100101110010010110101001001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6327F; }

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

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

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

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

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

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

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

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