#C6327A

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

Shades of Medium Red Violet #C6327A

Tints of Medium Red Violet #C6327A

Color information

#C6327A (or 0xC6327A) is unknown color: approx Medium Red Violet. HEX triplet: C6, 32 and 7A. RGB value is (198,50,122). Sum of RGB (Red+Green+Blue) = 198+50+122=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6327A is #39CD85. Grayscale: #666666. Windows color (decimal): -3788166 or 8008390. OLE color: 8008390.

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

Color convert

RGB19850122-
CMYK00.750.380.22
HSL330.81º59.68%48.63%-
HSV(B)330.81º74.75%77.65%-
XYZ27.9415.6919.97-
YUV102.46139.03196.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=53.51%
G=13.51%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985012200.750.380.22330.8159.6848.63
HexC6327A04B261614b3c31
Octal30662172011346265137461
Binary1100011011001011110100100101110011010110101001011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6327A; }

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

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

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

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

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

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

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

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